fix build
parent
ae06019bdb
commit
c0bcac25ea
|
@ -139,11 +139,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install python setuptools
|
- name: Install python setuptools
|
||||||
run: |
|
run: brew install python-setuptools
|
||||||
mkdir ~/.venv
|
|
||||||
python3 -m venv ~/.venv
|
|
||||||
source ~/.venv/bin/activate
|
|
||||||
python3 -m pip install setuptools
|
|
||||||
|
|
||||||
- name: Get npm cache directory
|
- name: Get npm cache directory
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
@ -131,11 +131,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install python3 setuptools
|
- name: Install python3 setuptools
|
||||||
run: |
|
run: brew install python-setuptools
|
||||||
mkdir ~/.venv
|
|
||||||
python3 -m venv ~/.venv
|
|
||||||
source ~/.venv/bin/activate
|
|
||||||
python3 -m pip install setuptools
|
|
||||||
|
|
||||||
- name: Get npm cache directory
|
- name: Get npm cache directory
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue