forked from GitHub/gf-core
test
This commit is contained in:
7
.github/workflows/build-majestic.yml
vendored
7
.github/workflows/build-majestic.yml
vendored
@@ -301,16 +301,11 @@ 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
|
||||
|
||||
- name: Install and test bindings
|
||||
run: |
|
||||
cd src/runtime/python
|
||||
python3 setup.py build
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: python-windows
|
||||
|
||||
Reference in New Issue
Block a user