From 41e5be7263b4aea56d5539b14438f2408fa68db4 Mon Sep 17 00:00:00 2001 From: Alex Reinking Date: Tue, 3 Sep 2024 12:55:30 -0700 Subject: [PATCH] Update pip.yml --- .github/workflows/pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 82d6ac37ac66..6ed54c5852ee 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -229,7 +229,7 @@ jobs: # Windows puts the Python interpreter in /Scripts, rather than /bin, which CMake doesn't understand. CIBW_TEST_COMMAND_WINDOWS: > cmake -G Ninja -S {project}/python_bindings/apps -B build -DCMAKE_BUILD_TYPE=Release - -DHalide_ROOT_DIR=$(python -c 'import sysconfig; print(sysconfig.get_path("platlib"))') && + "-DHalide_ROOT_DIR=$(python -c 'import sysconfig; print(sysconfig.get_path("platlib"))')" && cmake --build build && ctest --test-dir build --output-on-failure