Skip to content

Commit

Permalink
Add cmake to the path to fix the build on kokoro (#8246)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerben-s committed Feb 1, 2021
1 parent 94c3916 commit fe47e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/release/python/windows/build_single_artifact.bat
Expand Up @@ -27,7 +27,7 @@ if %PYTHON%==C:\python38 set vcplatform=x64
REM Prepend newly installed Python to the PATH of this build (this cannot be
REM done from inside the powershell script as it would require to restart
REM the parent CMD process).
SET PATH=%PYTHON%;%PYTHON%\Scripts;%OLD_PATH%
SET PATH=C:\Program Files\CMake\bin;%PYTHON%;%PYTHON%\Scripts;%OLD_PATH%
python -m pip install -U pip
pip install wheel

Expand Down

0 comments on commit fe47e99

Please sign in to comment.