From: Magnus Jacobsson Date: Sun, 9 Jan 2022 22:34:55 +0000 (+0100) Subject: ci: install python with nuget in windows-cygwin-build-using-autogen job X-Git-Tag: 3.0.0~78^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e2d9fb2720d9db82b68feb5087c6ec4ee2a2822;p=graphviz ci: install python with nuget in windows-cygwin-build-using-autogen job --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 976ec700a..22763b53a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -586,8 +586,8 @@ windows-cygwin-build-using-autogen: - Add-MpPreference -ExclusionPath 'C:\' - choco config set cacheLocation choco-cache - choco install --yes --no-progress cygwin - - choco install --yes --no-progress --params "/InstallDir:C:\Python3" python3 - - $env:Path = "C:\Python3;" + $env:Path + - nuget install python -ExcludeVersion -OutputDirectory C:\ + - $env:Path = "C:\python\tools;" + $env:Path - python gen_version.py --output GRAPHVIZ_VERSION - $Env:build_system = "autotools" - $Env:use_autogen = "yes"