We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cce96 commit 7e88bfcCopy full SHA for 7e88bfc
.appveyor.yml
@@ -21,8 +21,8 @@ install:
21
- conda config --set always_yes yes --set changeps1 no
22
- conda update -q conda
23
- 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
+ - conda install mamba -c conda-forge
+ - mamba install cmake pytest numpy pybind11 xtensor==0.24.0 -c conda-forge
26
- "set PYTHONHOME=%MINICONDA%"
27
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe -DDOWNLOAD_GTEST=ON .
28
- nmake test_xtensor_python
0 commit comments