We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5095390 commit 95e8596Copy full SHA for 95e8596
.appveyor.yml
@@ -46,8 +46,10 @@ for:
46
47
build_script:
48
- 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
+
52
- curl -OL https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-amd64.exe
- - start /wait python-%PYTHON_VERSION%-amd64.exe /uninstall /quiet
53
- start /wait python-%PYTHON_VERSION%-amd64.exe /quiet
54
- dir C:\python312-dist
55
- cd C:\python312-dist
0 commit comments