Skip to content

Commit 06a843d

Browse files
committed
Install setuptools manually for Python 3.12 compatibility
1 parent 8904601 commit 06a843d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install dependencies
8282
run: |
8383
python -m pip install --upgrade pip
84-
python -m pip install --upgrade tox tox-gh-actions
84+
python -m pip install --upgrade tox tox-gh-actions setuptools
8585
8686
- name: Tox tests
8787
run: |

0 commit comments

Comments
 (0)