Skip to content

Commit

Permalink
Update pip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking authored Sep 3, 2024
1 parent d9936e4 commit 41e5be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41e5be7

Please sign in to comment.