File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ environment:
21
21
22
22
matrix :
23
23
24
- - CONDA_ROOT : " C:\\ Miniconda3_64"
24
+ - MINICONDA_DIR : " C:\\ Miniconda3_64"
25
25
PYTHON_VERSION : " 3.6"
26
26
PYTHON_ARCH : " 64"
27
27
CONDA_PY : " 36"
28
28
NUMPY : " 1.11"
29
29
IPADDRESS : " "
30
30
31
- - CONDA_ROOT : " C:\\ Miniconda3_64"
31
+ - MINICONDA_DIR : " C:\\ Miniconda3_64"
32
32
PYTHON_VERSION : " 2.7"
33
33
PYTHON_ARCH : " 64"
34
34
CONDA_PY : " 27"
@@ -53,7 +53,7 @@ install:
53
53
# this installs the appropriate Miniconda (Py2/Py3, 32/64 bit)
54
54
# updates conda & installs: conda-build jinja2 anaconda-client
55
55
- powershell .\ci\install.ps1
56
- - SET PATH=%CONDA_ROOT %;%CONDA_ROOT %\Scripts;%PATH%
56
+ - SET PATH=%MINICONDA_DIR %;%MINICONDA_DIR %\Scripts;%PATH%
57
57
- echo "install"
58
58
- cd
59
59
- ls -ltr
You can’t perform that action at this time.
0 commit comments