Skip to content

Commit 561da44

Browse files
committed
Fix gha test job
1 parent 6355246 commit 561da44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
run: |
1414
python -m pip install --upgrade pip
1515
pip install -r requirements.txt
16+
pip install -r dev-requirements.txt
1617
- name: Run test suite
1718
run: |
1819
make test

0 commit comments

Comments
 (0)