We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043c800 commit ea6fcb1Copy full SHA for ea6fcb1
.github/workflows/build-test-package.yml
@@ -281,7 +281,7 @@ jobs:
281
run: |
282
cd Evaluated/ITKModuleTemplate
283
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
284
- set PATH="C:\P\grep;%PATH%"
+ set PATH=C:\P\grep;%PATH%
285
set CC=cl.exe
286
set CXX=cl.exe
287
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