Skip to content

Commit 95e8596

Browse files
committed
uninstall 3.12.5
1 parent 5095390 commit 95e8596

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ for:
4646

4747
build_script:
4848
- cd windows
49+
- curl -OL https://www.python.org/ftp/python/3.12.5/python-3.12.5-amd64.exe
50+
- start /wait python-3.12.5-amd64.exe /uninstall /quiet
51+
4952
- curl -OL https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-amd64.exe
50-
- start /wait python-%PYTHON_VERSION%-amd64.exe /uninstall /quiet
5153
- start /wait python-%PYTHON_VERSION%-amd64.exe /quiet
5254
- dir C:\python312-dist
5355
- cd C:\python312-dist

0 commit comments

Comments
 (0)