Skip to content

Commit dda1db1

Browse files
committed
CI: Update Appveyor root miniconda
xref conda/conda#6251 Closes pandas-dev#18073
1 parent c07ca2b commit dda1db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ environment:
1818

1919
matrix:
2020

21-
- CONDA_ROOT: "C:\\Miniconda3_64"
21+
- CONDA_ROOT: "C:\\Miniconda36_64"
2222
PYTHON_VERSION: "3.6"
2323
PYTHON_ARCH: "64"
2424
CONDA_PY: "36"
2525
CONDA_NPY: "112"
2626

27-
- CONDA_ROOT: "C:\\Miniconda3_64"
27+
- CONDA_ROOT: "C:\\Miniconda36_64"
2828
PYTHON_VERSION: "2.7"
2929
PYTHON_ARCH: "64"
3030
CONDA_PY: "27"

0 commit comments

Comments
 (0)