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 01fd95d commit 5cdbd2a
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 @@ -231,7 +231,7 @@ jobs:
powershell -Command "
cmake -G Ninja -S {project}/python_bindings/apps -B build
-DCMAKE_BUILD_TYPE=Release
\"-DHalide_ROOT=$(python -c \"import sysconfig; print(sysconfig.get_path('platlib'))\")\"
\"-DCMAKE_PREFIX_PATH=$(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 5cdbd2a

Please sign in to comment.