Skip to content

Commit

Permalink
Install setuptools manually for Python 3.12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Nov 1, 2023
1 parent d230edf commit 9f5f8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade "tox<4" tox-gh-actions
python -m pip install --upgrade "tox<4" tox-gh-actions setuptools
- name: Tox tests
run: |
Expand Down

0 comments on commit 9f5f8c9

Please sign in to comment.