Skip to content

Commit

Permalink
don't upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Sep 27, 2023
1 parent 6b52674 commit e0b7867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
python -m venv sdist_venv
source sdist_venv/bin/activate
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade pip # setuptools
python -m pip install *.gz
# The cd is to move us away from
# the project repo root where the module is not built
Expand Down

0 comments on commit e0b7867

Please sign in to comment.