Skip to content

Commit

Permalink
BUG: Remove quotes from PATH
Browse files Browse the repository at this point in the history
Resolves Windows packaging failure in delvewheel discussed at
InsightSoftwareConsortium/ITKPythonPackage#189
  • Loading branch information
tbirdso authored and dzenanz committed Apr 12, 2022
1 parent 4aa9248 commit 1942f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
run: |
cd ../../im
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
set PATH="C:\P\grep;%PATH%"
set PATH=C:\P\grep;%PATH%
set CC=cl.exe
set CXX=cl.exe
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
Expand Down

0 comments on commit 1942f48

Please sign in to comment.