From bf484da2aeb267e3f2c00b11aed38f19470ba3f0 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 10:15:51 +0100 Subject: [PATCH] third 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 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