diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 4dad58935..7ef96f11f 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -195,7 +195,7 @@ jobs: - name: Install bindings env: CIBW_TEST_REQUIRES: pytest - CIBW_TEST_COMMAND: "pytest tests" + CIBW_TEST_COMMAND: "pytest {project}/tests" run: | python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse