From 3f39719e6534f3c74aba5d86fa1684b1732e3780 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 10:25:33 +0100 Subject: [PATCH] fourth attempt --- .github/workflows/build-majestic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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