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 5fa8329 commit d55eec9Copy full SHA for d55eec9
.github/workflows/test-python.yaml
@@ -94,10 +94,10 @@ jobs:
94
run: python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_arm64 --verbose
95
96
# 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
+ - name: "Install wheel and run tests"
+ run: |
+ pip3 install ./dist/*.whl
+ python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
101
102
- name: "Upload artifact test"
103
uses: actions/upload-artifact@v4
0 commit comments