diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 7ef96f11f..3dd2a5fdf 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 {project}/tests" + CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python/tests" run: | python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse