Skip to content

Commit

Permalink
try upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Sep 26, 2024
1 parent 72f8d1b commit 599cc00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions setuptools
python -m pip install --upgrade pip setuptools
pip install tox tox-gh-actions
- name: Run tox
run: tox

Expand Down

0 comments on commit 599cc00

Please sign in to comment.