Skip to content

Commit

Permalink
Use latest setuptools and wheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jul 24, 2023
1 parent 4c3d87e commit 08f2486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade -r requirements.txt
python -m pip install --upgrade -r requirements/development.txt
python -m pip install --upgrade -r requirements/documentation.txt
Expand Down

0 comments on commit 08f2486

Please sign in to comment.