forked from GitHub/gf-core
try skipping Python 3.7 for macOS
This commit is contained in:
2
.github/workflows/build-majestic.yml
vendored
2
.github/workflows/build-majestic.yml
vendored
@@ -249,7 +249,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CIBW_TEST_REQUIRES: pytest
|
CIBW_TEST_REQUIRES: pytest
|
||||||
CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python"
|
CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python"
|
||||||
CIBW_SKIP: "pp* cp36*"
|
CIBW_SKIP: "pp* cp36* cp37*"
|
||||||
run: |
|
run: |
|
||||||
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user