From a15f028d3917a008dff2fb831074071e3595f1e2 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 10:00:47 +0100 Subject: [PATCH] another 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 d272bc72b..4dad58935 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 src/runtime/python/tests" + CIBW_TEST_COMMAND: "pytest tests" run: | python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse