Skip to content

Commit

Permalink
Fix testing wheels?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Sep 3, 2024
1 parent 828f0ca commit d9936e4
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=$(./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
Expand Down

0 comments on commit d9936e4

Please sign in to comment.