Skip to content

Commit ab4b36f

Browse files
committed
Fix setuptools install on macOS
This is erroring now with "This environment is externally managed".
1 parent 0f4791b commit ab4b36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
# next update Node we can probably remove this. For now, install
223223
# setuptools since it contains distutils.
224224
- name: Install Python utilities
225-
run: python3 -m pip install setuptools
225+
run: brew install python-setuptools
226226

227227
- name: Download npm package
228228
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)