mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 19:28:54 -06:00
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
|
- name: Install and test bindings
|
||||||
env:
|
env:
|
||||||
CIBW_TEST_REQUIRES: pytest
|
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*
|
CIBW_SKIP: pp*
|
||||||
run: |
|
run: |
|
||||||
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse
|
||||||
|
|
||||||
- name: Install and test bindings
|
- name: Install and test bindings
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user