Skip to content

Commit 6b4ff5b

Browse files
committed
Install setuptools manually for Python 3.12 compatibility
1 parent 5a866bc commit 6b4ff5b

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
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install dependencies
8383
run: |
8484
python -m pip install --upgrade pip
85-
python -m pip install --upgrade tox tox-gh-actions
85+
python -m pip install --upgrade tox tox-gh-actions setuptools
8686
8787
- name: Tox tests
8888
run: |

0 commit comments

Comments
 (0)