Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattholy committed Jan 22, 2024
1 parent 1643852 commit 75ad106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r ./service/backend/requirements.txt
pip install pytest-cov
pip install pytest-cov httpx
- name: Run backend tests with coverage
run: |
Expand Down

0 comments on commit 75ad106

Please sign in to comment.