Skip to content

Commit

Permalink
Add pytest dependency installation to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zacdezgeo committed Aug 7, 2024
1 parent 61bec35 commit 6d32ca5
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 @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r space2stats_api/src/requirements.txt
pip install pre-commit
pip install pre-commit pytest
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$(pwd)/space2stats_api" >> $GITHUB_ENV
Expand Down

0 comments on commit 6d32ca5

Please sign in to comment.