1
0
forked from GitHub/gf-core

normalize / to \ for Windows

This commit is contained in:
Krasimir Angelov
2023-01-26 09:17:47 +01:00
parent 7fa3c5c221
commit 7ee92b5116

View File

@@ -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: |