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 66934e0 commit 74cc62bCopy full SHA for 74cc62b
appveyor.yml
@@ -1,7 +1,7 @@
1
environment:
2
3
PYTHON_ARCH: "64"
4
- PYTHON: "C:\\Python36-conda64"
+ PYTHON: "C:\\Miniconda36-x64"
5
6
matrix:
7
- PYTHON_VERSION: "3.5"
@@ -14,11 +14,6 @@ os: unstable
14
install:
15
- setlocal
16
- set CONDA_REPO_TOKEN=
17
- # Install miniconda Python
18
- - "powershell ./ci/install_python.ps1"
19
- # Prepend newly installed Python to the PATH of this build (this cannot be
20
- # done from inside the powershell script as it would require to restart
21
- # the parent CMD process).
22
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
23
24
# Check that we have the expected version and architecture for Python
ci/install_python.ps1
0 commit comments