Skip to content

Commit

Permalink
Only install deps during tox, during CI
Browse files Browse the repository at this point in the history
tox installs deps itself. No need to do it first.
  • Loading branch information
john-kurkowski committed Mar 15, 2024
1 parent a2eb188 commit 8d1fe8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
check-latest: true
- name: Install Python requirements
run: |
pip install --upgrade pip
pip install --upgrade --editable '.[testing]'
pip install --upgrade tox
- name: Test
run: tox
env:
Expand Down

0 comments on commit 8d1fe8e

Please sign in to comment.