Skip to content

Commit 7bd735b

Browse files
committed
Remove pymanager install from base test dockerfile
1 parent 09c3873 commit 7bd735b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ci/docker/python-wheel-windows-test-vs2022-base.dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ RUN `
5050
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; `
5151
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
5252

53-
# Install the Python install manager
54-
#
55-
# See https://docs.python.org/dev/using/windows.html#python-install-manager and
56-
# https://www.python.org/ftp/python/pymanager/
57-
RUN `
58-
$pymanager_url = 'https://www.python.org/ftp/python/pymanager/python-manager-25.0.msix'; `
59-
Invoke-WebRequest -Uri $pymanager_url -OutFile 'C:\Windows\pymanager.msix'; `
60-
Add-AppxPackage C:\Windows\pymanager.msix
61-
6253
SHELL ["cmd", "/S", "/C"]
6354

6455
# Install git, wget, minio

0 commit comments

Comments
 (0)