Skip to content

Commit c5cd2a3

Browse files
committed
install an older version of setuptools
1 parent 6ffe064 commit c5cd2a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232

3333
- name: Build and install package
34-
run: pip install -e .[testing]
34+
run: |
35+
pip install setuptools==75.1.0
36+
pip install -e .[testing]
3537
3638
- name: Test
3739
run: |

0 commit comments

Comments
 (0)