Skip to content

Commit

Permalink
Do the spaces matter?
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Aug 13, 2024
1 parent c11b3e5 commit 8ea7002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# to a file then read from the file into a variable to pass to cmake
run: |
python3 -c "import torch;print(torch.utils.cmake_prefix_path)" > temp.txt
set /p torchLoc =< temp.txt
set /p torchLoc= <temp.txt
cmake \
-DNT_TEST_COVERAGE=ON \
-DCMAKE_PREFIX_PATH=%torchDir% \
Expand Down

0 comments on commit 8ea7002

Please sign in to comment.