Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Sep 21, 2024
1 parent ae06019 commit c0bcac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/beta-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0bcac2

Please sign in to comment.