From bec841878a2a0329c9e425d97ab4e16ed635f244 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 26 Jan 2023 09:18:32 +0100 Subject: [PATCH] annother 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 f11b4db18..507ba76cd 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -301,7 +301,7 @@ jobs: - name: Install and test bindings env: CIBW_TEST_REQUIRES: pytest - CIBW_TEST_COMMAND: "cd {project}\src\runtime\python; pytest" + CIBW_TEST_COMMAND: "cd {project}\\src\\runtime\\python; pytest" CIBW_SKIP: pp* run: | python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse