Skip to content

Commit e5c475f

Browse files
author
Nina Bernick
committed
use makefile commands
1 parent dc0ba09 commit e5c475f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@ jobs:
1818
with:
1919
python-version: '3.8'
2020

21-
- name: "Install dependencies"
21+
- name: "Set up docker"
2222
run: |
23-
python -m pip install --upgrade pip
24-
pip install -r requirements.txt
23+
make gha-setup
24+
25+
- name: "Build docker image"
26+
run: |
27+
make build
28+
29+
2530
- name: "Run tests"
2631
run: |
2732
make test

0 commit comments

Comments
 (0)