Skip to content

Commit

Permalink
Only install deps during tox, during CI (john-kurkowski#326)
Browse files Browse the repository at this point in the history
tox installs deps itself. No need to do it first.

Saves some install time.
  • Loading branch information
john-kurkowski authored Mar 16, 2024
1 parent a2eb188 commit 6466f89
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 6466f89

Please sign in to comment.