We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334f286 commit 04e9672Copy full SHA for 04e9672
.github/workflows/test-python.yaml
@@ -88,10 +88,10 @@ jobs:
88
run: python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_arm64 --verbose
89
90
# 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
+ - name: "Install wheel and run tests"
+ run: |
+ pip3 install ./dist/*.whl
+ python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
95
96
- name: "Upload artifact test"
97
uses: actions/upload-artifact@v4
0 commit comments