mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58: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
|
xcode-select --install || true
|
||||||
|
|
||||||
- name: Install setuptools
|
- name: Install setuptools
|
||||||
run: pip install setuptools
|
run: python3 -m pip install setuptools
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue