Skip to content

Commit e02fd74

Browse files
authored
Merge pull request #7920 from NlightNFotis/fix_python_ci
Remove line that adds `chocolatey/bin` folder to `GITHUB_PATH` from CI.
2 parents 74bb276 + 5685932 commit e02fd74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,6 @@ jobs:
746746
}
747747
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
748748
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
749-
echo "c:\ProgramData\chocolatey\bin" >> $env:GITHUB_PATH
750749
echo "c:\Strawberry\" >> $env:GITHUB_PATH
751750
Invoke-WebRequest -Uri https://github.com/Z3Prover/z3/releases/download/z3-4.8.10/z3-4.8.10-x64-win.zip -OutFile .\z3.zip
752751
Expand-Archive -LiteralPath '.\z3.Zip' -DestinationPath C:\tools

0 commit comments

Comments
 (0)