Skip to content

Commit e276880

Browse files
committed
fix: remove caching for python3
1 parent 75430b4 commit e276880

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/choco-install.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,3 @@ if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$nodejs\$nodejs.20
3232
# Install python v3.9.12 (will use cache if exists)
3333
$python = "python3"
3434
choco install "$python" --version='3.9.12' --require-checksums -y --no-progress
35-
# Internalise python to cache if doesn't exist
36-
if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$python\$python.3.9.12.nupkg" -PathType Leaf) ) {
37-
Save-ChocoPackage -PackageName $python
38-
}

0 commit comments

Comments
 (0)