Skip to content

Commit 04e9672

Browse files
ci: run tests on macos-15 arm image
1 parent 334f286 commit 04e9672

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
@@ -88,10 +88,10 @@ jobs:
8888
run: python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_arm64 --verbose
8989

9090
# You can't install the arm64 wheel on the CI, so we skip these steps and simply test that the wheel builds
91-
# - name: "Install wheel and run tests"
92-
# run: |
93-
# pip3 install ./dist/*.whl
94-
# python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
91+
- name: "Install wheel and run tests"
92+
run: |
93+
pip3 install ./dist/*.whl
94+
python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
9595
9696
- name: "Upload artifact test"
9797
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)