mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
fix ci
This commit is contained in:
parent
4b1df7ed70
commit
049114286f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos-build.yml
vendored
2
.github/workflows/macos-build.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
xcode-select --install || true
|
||||
|
||||
- name: Install setuptools
|
||||
run: pip install setuptools
|
||||
run: python3 -m pip install setuptools
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
|
|
|||
Loading…
Reference in a new issue