From 213de48eb12d9832443eab4fd2f589bc8fe9f905 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 26 Jan 2023 19:31:53 +0100 Subject: [PATCH] reenable testing on 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 12254d302..414c60804 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -300,8 +300,8 @@ jobs: - name: Install and test bindings env: -# CIBW_TEST_REQUIRES: pytest -# CIBW_TEST_COMMAND: "pytest {project}\\src\\runtime\\python" + CIBW_TEST_REQUIRES: pytest + CIBW_TEST_COMMAND: "pytest {project}\\src\\runtime\\python" CIBW_SKIP: "pp* *-win32" run: | python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse