Skip to content

Commit

Permalink
change the python problem of macOS.....again
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 committed Dec 18, 2023
1 parent 8de52be commit 5ce9bef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
os: [macos-12, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Install Depentent
Expand All @@ -34,8 +34,9 @@ jobs:
# npx rimraf "package-lock.json"

# step3: npm install
- name: npm install
- name: npm install amd pip install
run: |
python3 -m pip install setuptools
npm install
# step4: build app
Expand Down

0 comments on commit 5ce9bef

Please sign in to comment.