mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Fix setuptools install on macOS
This is erroring now with "This environment is externally managed".
This commit is contained in:
parent
0f4791b816
commit
ab4b36f573
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -222,7 +222,7 @@ jobs:
|
||||||
# next update Node we can probably remove this. For now, install
|
# next update Node we can probably remove this. For now, install
|
||||||
# setuptools since it contains distutils.
|
# setuptools since it contains distutils.
|
||||||
- name: Install Python utilities
|
- name: Install Python utilities
|
||||||
run: python3 -m pip install setuptools
|
run: brew install python-setuptools
|
||||||
|
|
||||||
- name: Download npm package
|
- name: Download npm package
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue