Skip to content

Commit

Permalink
Don't pin setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
jonadaly committed Nov 12, 2024
1 parent d4f99f9 commit 1183481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
channels: conda-forge,anaconda
- name: Install dependencies
run: |
conda install scipy numpy pytest 'setuptools<=60'
conda install scipy numpy pytest setuptools
- name: Test
run: |
python legacy_setup.py install --scs --openmp
Expand Down

0 comments on commit 1183481

Please sign in to comment.