From 7ee92b51165024881d0b1cb4ee8275ae5cf542f2 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 26 Jan 2023 09:17:47 +0100 Subject: [PATCH] normalize / to \ for Windows --- .github/workflows/build-majestic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index e2413ef4e..f11b4db18 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -301,10 +301,10 @@ 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 + python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse - name: Install and test bindings run: |