Skip to content

Commit

Permalink
Install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Feb 12, 2024
1 parent f7bc416 commit d9cf8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cache-dependency-path: 'requirements*.txt'
- name: Install dependencies
run: |
pip install wheel
pip install wheel setuptools
pip install -r requirements-test.txt coveralls
env:
PIP_USE_MIRRORS: true
Expand Down

0 comments on commit d9cf8cf

Please sign in to comment.