Skip to content

Commit 74cc62b

Browse files
committed
use miniconda provided by appveyor
1 parent 66934e0 commit 74cc62b

File tree

2 files changed

+1
-105
lines changed

2 files changed

+1
-105
lines changed

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22

33
PYTHON_ARCH: "64"
4-
PYTHON: "C:\\Python36-conda64"
4+
PYTHON: "C:\\Miniconda36-x64"
55

66
matrix:
77
- PYTHON_VERSION: "3.5"
@@ -14,11 +14,6 @@ os: unstable
1414
install:
1515
- setlocal
1616
- 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).
2217
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
2318

2419
# Check that we have the expected version and architecture for Python

ci/install_python.ps1

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)