Skip to content

Commit

Permalink
Issue danielfrg#135 make test workflow lighter: only install necessar…
Browse files Browse the repository at this point in the history
…y deps
  • Loading branch information
soxofaan committed Dec 19, 2022
1 parent 68c96f7 commit 4f36fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip --version
pip install -U -r requirements-dev.txt
pip install -U pytest pytest-cov
pip freeze
- name: Build package
Expand Down

0 comments on commit 4f36fb3

Please sign in to comment.