Skip to content

Commit

Permalink
Pin setuptools<72 in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jul 31, 2024
1 parent c1b5b22 commit dd48142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
# Do these three first to clarify potential conflicts
pip install -U numpy
pip install -U setuptools
pip install -U setuptools<72
pip install -U wheel
# Standard dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
pip install -U numpy setuptools
pip install -U numpy setuptools<72
pip install -U -r requirements.txt
- name: Download wheels
Expand Down

0 comments on commit dd48142

Please sign in to comment.