Skip to content

Commit

Permalink
fixup! Issue danielfrg#135 make test workflow lighter: only install n…
Browse files Browse the repository at this point in the history
…ecessary deps
  • Loading branch information
soxofaan committed Dec 19, 2022
1 parent d0deea8 commit 135731f
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 pytest pytest-cov
pip install -U pytest pytest-cov
pip freeze
- name: Build package
Expand Down

0 comments on commit 135731f

Please sign in to comment.