Skip to content

Commit bea683d

Browse files
committed
ci: add install wheel and run unittest for arm64 arch
1 parent a621d7c commit bea683d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test-bdk-ffi-latest.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
test-bdk-ffi-latest-macos-arm64-wheels:
8383
name: "Build and run unittest on macOS arm64 wheels against the latest commit on bdk-ffi"
84-
runs-on: macos-13
84+
runs-on: macos-14
8585
strategy:
8686
matrix:
8787
python:
@@ -130,11 +130,10 @@ jobs:
130130
# see issue #350 for more information
131131
run: python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_arm64 --verbose
132132

133-
# You can't install the arm64 wheel on the CI, so we skip these steps and simply test that the wheel builds
134-
# - name: "Install wheel and run tests"
135-
# run: |
136-
# pip3 install ./dist/*.whl
137-
# python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
133+
- name: "Install wheel and run tests"
134+
run: |
135+
pip3 install ./dist/*.whl
136+
python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
138137
139138
- name: "Upload artifact test"
140139
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)