temporary disable tests for python on macOS

This commit is contained in:
Krasimir Angelov
2023-01-25 09:19:22 +01:00
parent b838b02a37
commit bf2791ce3f

View File

@@ -201,12 +201,6 @@ jobs:
run: |
python -m cibuildwheel src/runtime/python --output-dir wheelhouse
- name: Run testsuite
working-directory: ./src/runtime/python
run: |
pip3 install pytest
pytest
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse