Skip to content

Commit

Permalink
make sure pip installs setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypantone committed Feb 22, 2024
1 parent af12a76 commit d4df61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: install dependencies
run: python -m pip install --upgrade pip tox
run: python -m pip install --upgrade pip tox setuptools wheel
- name: run
env:
TOXENV: ${{ matrix.toxenv }}
Expand Down

0 comments on commit d4df61e

Please sign in to comment.