Skip to content

Commit 0a53082

Browse files
committed
Try with flags
1 parent 51816fd commit 0a53082

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,10 @@ jobs:
283283
- name: Install package
284284
if: matrix.os == 'macos-latest'
285285
run: |
286-
python -m pip install --upgrade build
287-
python -m build
288-
pip install dist/*.whl
286+
python -m pip install -v .
287+
env:
288+
_PYTHON_HOST_PLATFORM : "macosx-11.0-arm64"
289+
ARCHFLAGS : "-arch arm64"
289290
- name: Special config
290291
env:
291292
TEST_FILES: ${{ matrix.TEST_FILES }}

0 commit comments

Comments
 (0)