Skip to content

Commit 7e88bfc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ 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 pytest numpy pybind11 xtensor==0.24.0 -c conda-forge
2626
- "set PYTHONHOME=%MINICONDA%"
2727
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe -DDOWNLOAD_GTEST=ON .
2828
- nmake test_xtensor_python

0 commit comments

Comments
 (0)