Skip to content

Commit d0fd05f

Browse files
committed
Pin setuptools
1 parent d5bdba6 commit d0fd05f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
sudo apt install latexmk texlive-xetex
3939
- name: Install dependencies
4040
run: |
41-
pip install --upgrade setuptools pip
41+
pip install --upgrade 'setuptools<72.2' pip
4242
pip install --upgrade .[develop,gmpy,docs,ci]
4343
- name: Remove gmpy (for coverage tests)
4444
if: matrix.nogmpy

0 commit comments

Comments
 (0)