Skip to content

Commit

Permalink
Pin setuptools in GA, see pypa/setuptools#3693
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Nov 20, 2022
1 parent 0d06fda commit c704694
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 @@ -34,7 +34,7 @@ jobs:
sudo apt install libatlas-base-dev liblapack-dev gfortran
- name: Install dependencies
run: |
pip install -U pip setuptools wheel
pip install -U pip 'setuptools<65.6' wheel
pip install -U .[interactive,develop,gmpy,exports,plot,docs]
- name: Install ~/.python_history
run: touch ~/.python_history
Expand Down

0 comments on commit c704694

Please sign in to comment.