Skip to content

Commit 41d9241

Browse files
committed
[OSX-ARM64] Minor build change
1 parent 9d9f307 commit 41d9241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osx-arm64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Build wheel
118118
run: |
119-
python3 -m build --wheel --no-isolation --outdir stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
119+
python3 -m build --wheel --no-isolation --skip-dependency-check --outdir stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
120120
# python3 setup.py sdist bdist_wheel --skip-build-v8 -d stpyv8-${{ matrix.os }}-${{ matrix.python-version }}
121121
env:
122122
ARCHFLAGS: '-arch arm64'

0 commit comments

Comments
 (0)