Skip to content

Commit d55eec9

Browse files
ci: run tests on macos-15 arm image
1 parent 5fa8329 commit d55eec9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-python.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ jobs:
9494
run: python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_arm64 --verbose
9595

9696
# You can't install the arm64 wheel on the CI, so we skip these steps and simply test that the wheel builds
97-
# - name: "Install wheel and run tests"
98-
# run: |
99-
# pip3 install ./dist/*.whl
100-
# python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
97+
- name: "Install wheel and run tests"
98+
run: |
99+
pip3 install ./dist/*.whl
100+
python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
101101
102102
- name: "Upload artifact test"
103103
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)