Skip to content

Commit c4e5747

Browse files
authored
Merge pull request #128 from thewtex/path-windows-quotes
BUG: Fix CI Windows PATH quotes in template
2 parents 91c19c3 + 09001ef commit c4e5747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
run: |
236236
cd ../../im
237237
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
238-
set PATH="C:\P\grep;%PATH%"
238+
set PATH=C:\P\grep;%PATH%
239239
set CC=cl.exe
240240
set CXX=cl.exe
241241
C:\Python3${{ "{{" }} matrix.python-version-minor {{ "}}" }}-x64\python.exe C:\P\IPP\scripts\windows_build_module_wheels.py --py-envs "3${{ "{{" }} matrix.python-version-minor {{ "}}" }}-x64" --no-cleanup

0 commit comments

Comments
 (0)