From 8ea7002dc5d76f0517ac1564a4938449f2e9d98b Mon Sep 17 00:00:00 2001 From: Ewan Miller Date: Tue, 13 Aug 2024 15:12:16 +0100 Subject: [PATCH] Do the spaces matter? --- .github/workflows/CI-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-build-and-test.yml b/.github/workflows/CI-build-and-test.yml index 2b979de..ea00919 100644 --- a/.github/workflows/CI-build-and-test.yml +++ b/.github/workflows/CI-build-and-test.yml @@ -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=