Skip to content

Commit 080c0d1

Browse files
committed
Installed setuptools in CI workflow
- Python 3.12 no longer ships with this and GHA CI has updated to 3.12, which breaks our build scripts - this should fix that until we can update node-gyp
1 parent 10f38fe commit 080c0d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
if: matrix.os == 'macos-m1'
5858
run: npm install -g yarn
5959

60+
- name: Add setuptools for Python 3.12 (temp)
61+
if: matrix.os != 'macos-m1'
62+
run: pip install setuptools
63+
6064
- name: Add msbuild to PATH
6165
uses: microsoft/[email protected]
6266
if: contains(matrix.os, 'windows')

0 commit comments

Comments
 (0)