diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 0c926a6d7662..82d6ac37ac66 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=$(./venv/Scripts/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