From f8523be914ecfc6894c47c5cd64d479653920288 Mon Sep 17 00:00:00 2001 From: Sasha Rahlin Date: Wed, 20 Nov 2024 17:06:07 -0600 Subject: [PATCH] debug --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 67610864..c142488e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -83,7 +83,7 @@ jobs: CIBW_BUILD_VERBOSITY: 1 CIBW_ENVIRONMENT: > CMAKE_BUILD_PARALLEL_LEVEL=4 CMAKE_PREFIX_PATH=$PWD/deps - # CIBW_TEST_COMMAND: ctest --test-dir {package}/build --output-on-failure + CIBW_TEST_COMMAND: ctest --test-dir {package}/build --output-on-failure - name: Upload artifacts uses: actions/upload-artifact@v4