Skip to content

Commit e9a7d6c

Browse files
committed
another fix attempt
1 parent c8aa2c6 commit e9a7d6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m ensurepip
25-
pip install --upgrade pip setuptools wheel
25+
pip install --upgrade pip
26+
pip install setuptools==65.5.0 wheel
2627
- name: Run doctests
2728
run: |
2829
pip install -e .[test]

0 commit comments

Comments
 (0)