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 91c19c3 commit 09001efCopy full SHA for 09001ef
{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml
@@ -235,7 +235,7 @@ jobs:
235
run: |
236
cd ../../im
237
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
238
- set PATH="C:\P\grep;%PATH%"
+ set PATH=C:\P\grep;%PATH%
239
set CC=cl.exe
240
set CXX=cl.exe
241
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