Skip to content

Commit 8c17447

Browse files
committed
added explicit installation of distutils for 3.12 compatibility
1 parent 35b4159 commit 8c17447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install dependencies
5353
run: |
5454
python -m pip install --upgrade pip
55-
python -m pip install setuptools tox tox-gh-actions
55+
python -m pip install setuptools distutils tox tox-gh-actions
5656
5757
# this runs the platform-specific tests declared in tox.ini
5858
- name: Test with tox

0 commit comments

Comments
 (0)