forked from GitHub/gf-core
normalize / to \ for Windows
This commit is contained in:
4
.github/workflows/build-majestic.yml
vendored
4
.github/workflows/build-majestic.yml
vendored
@@ -301,10 +301,10 @@ jobs:
|
||||
- name: Install and test bindings
|
||||
env:
|
||||
CIBW_TEST_REQUIRES: pytest
|
||||
CIBW_TEST_COMMAND: "cd {project}/src/runtime/python; pytest"
|
||||
CIBW_TEST_COMMAND: "cd {project}\src\runtime\python; pytest"
|
||||
CIBW_SKIP: pp*
|
||||
run: |
|
||||
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
||||
python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse
|
||||
|
||||
- name: Install and test bindings
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user