From 64d439601d8aed005b9a046150c52665d53c0c03 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 26 Jan 2023 09:25:25 +0100 Subject: [PATCH] test --- .github/workflows/build-majestic.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 507ba76cd..f88fac458 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -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