Skip to content

Commit

Permalink
Don't install setuptools on CI
Browse files Browse the repository at this point in the history
- Not required anymore
  • Loading branch information
Uxio0 committed Jun 7, 2024
1 parent 4bba86e commit 1702b4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
cache: 'pip'
cache-dependency-path: 'requirements*.txt'
- name: Install dependencies
run: |
pip install wheel setuptools
run:
pip install -r requirements-test.txt coveralls
env:
PIP_USE_MIRRORS: true
Expand Down

0 comments on commit 1702b4d

Please sign in to comment.