Skip to content

Commit ea6fcb1

Browse files
committed
BUG: Fix Windows Python PATH string
1 parent 043c800 commit ea6fcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
run: |
282282
cd Evaluated/ITKModuleTemplate
283283
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
284-
set PATH="C:\P\grep;%PATH%"
284+
set PATH=C:\P\grep;%PATH%
285285
set CC=cl.exe
286286
set CXX=cl.exe
287287
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"

0 commit comments

Comments
 (0)