fix build

pull/1235/merge
lyswhut 2024-09-21 14:10:33 +08:00
parent ae06019bdb
commit c0bcac25ea
2 changed files with 2 additions and 10 deletions

View File

@ -139,11 +139,7 @@ jobs:
uses: actions/checkout@v4
- name: Install python setuptools
run: |
mkdir ~/.venv
python3 -m venv ~/.venv
source ~/.venv/bin/activate
python3 -m pip install setuptools
run: brew install python-setuptools
- name: Get npm cache directory
shell: bash

View File

@ -131,11 +131,7 @@ jobs:
uses: actions/checkout@v4
- name: Install python3 setuptools
run: |
mkdir ~/.venv
python3 -m venv ~/.venv
source ~/.venv/bin/activate
python3 -m pip install setuptools
run: brew install python-setuptools
- name: Get npm cache directory
shell: bash