Skip to content

Commit eccd451

Browse files
committed
Seems like setuptools now needs to be installed explicitly for 3.12
1 parent 247fb17 commit eccd451

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
run: |
4848
brew install gnu-sed libtool autoconf automake
4949
50+
- name: Install setuptools for 3.12
51+
if: matrix.python-version == '3.12'
52+
run: |
53+
pip install setuptools
54+
5055
- name: Install Python Deps
5156
if: steps.release.outputs.version == 0
5257
run: |

0 commit comments

Comments
 (0)