Skip to content

Commit

Permalink
Added missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-andersson committed Feb 11, 2025
1 parent eda0475 commit af0d7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittesting-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest docker
pip install pytest docker pytest-cov
- name: Run tests
env:
UNITTEST_DBUSER: unittest_username
Expand Down

0 comments on commit af0d7a9

Please sign in to comment.