File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$nodejs\$nodejs.20
31
31
Save-ChocoPackage - PackageName $nodejs
32
32
}
33
33
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
+ # }
You can’t perform that action at this time.
0 commit comments