Skip to content

Commit 16bab6f

Browse files
committed
build: testing removing pythong from choco install script
1 parent b57bad3 commit 16bab6f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/choco-install.ps1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$nodejs\$nodejs.20
3131
Save-ChocoPackage -PackageName $nodejs
3232
}
3333

34-
# Install python v3.9.12 (will use cache if exists)
35-
$python = "python3"
36-
choco install $python --version="3.9.12" --require-checksums -y
37-
# Internalise python to cache if doesn't exist
38-
if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$python\$python.3.9.12.nupkg" -PathType Leaf) ) {
39-
Save-ChocoPackage -PackageName $python
40-
}
34+
# # Install python v3.9.12 (will use cache if exists)
35+
# $python = "python3"
36+
# choco install $python --version="3.9.12" --require-checksums -y
37+
# # Internalise python to cache if doesn't exist
38+
# if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$python\$python.3.9.12.nupkg" -PathType Leaf) ) {
39+
# Save-ChocoPackage -PackageName $python
40+
# }

0 commit comments

Comments
 (0)