Skip to content

Commit e6f445f

Browse files
committed
CI: Set right envvar
[ci skip]
1 parent a7fdfb0 commit e6f445f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ environment:
2121

2222
matrix:
2323

24-
- CONDA_ROOT: "C:\\Miniconda3_64"
24+
- MINICONDA_DIR: "C:\\Miniconda3_64"
2525
PYTHON_VERSION: "3.6"
2626
PYTHON_ARCH: "64"
2727
CONDA_PY: "36"
2828
NUMPY: "1.11"
2929
IPADDRESS: ""
3030

31-
- CONDA_ROOT: "C:\\Miniconda3_64"
31+
- MINICONDA_DIR: "C:\\Miniconda3_64"
3232
PYTHON_VERSION: "2.7"
3333
PYTHON_ARCH: "64"
3434
CONDA_PY: "27"
@@ -53,7 +53,7 @@ install:
5353
# this installs the appropriate Miniconda (Py2/Py3, 32/64 bit)
5454
# updates conda & installs: conda-build jinja2 anaconda-client
5555
- powershell .\ci\install.ps1
56-
- SET PATH=%CONDA_ROOT%;%CONDA_ROOT%\Scripts;%PATH%
56+
- SET PATH=%MINICONDA_DIR%;%MINICONDA_DIR%\Scripts;%PATH%
5757
- echo "install"
5858
- cd
5959
- ls -ltr

0 commit comments

Comments
 (0)