Skip to content

Commit dae8884

Browse files
committed
Use mamba on Windows
1 parent 16cce96 commit dae8884

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ install:
2121
- conda config --set always_yes yes --set changeps1 no
2222
- conda update -q conda
2323
- conda info -a
24-
- conda install cmake -c conda-forge
25-
- conda install pytest numpy pybind11==2.4.3 xtensor==0.24.0 -c conda-forge
24+
- conda install mamba -c conda-forge
25+
- mamba install cmake -c conda-forge
26+
- mamba install pytest numpy pybind11==2.4.3 xtensor==0.24.0 -c conda-forge
2627
- "set PYTHONHOME=%MINICONDA%"
2728
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe -DDOWNLOAD_GTEST=ON .
2829
- nmake test_xtensor_python

0 commit comments

Comments
 (0)