File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ install:
2323 - conda update -q conda
2424 - conda info -a
2525 - conda install gtest cmake -c conda-forge
26- - conda install xtensor==0.15.0 pytest numpy pybind11==2.2.1 -c conda-forge
26+ - conda install pytest numpy pybind11==2.2.1 -c conda-forge
27+ - conda install xtensor==0.15.1 -c QuantStack
2728 - " set PYTHONHOME=%MINICONDA%"
2829 - cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe .
2930 - nmake test_xtensor_python
Original file line number Diff line number Diff line change @@ -95,8 +95,9 @@ install:
9595 - conda update -q conda
9696 # Useful for debugging any issues with conda
9797 - conda info -a
98- - conda install xtensor==0.15.0 pytest numpy pybind11==2.2.1 -c conda-forge
98+ - conda install pytest numpy pybind11==2.2.1 -c conda-forge
9999 - conda install cmake gtest -c conda-forge
100+ - conda install xtensor==0.15.1 -c QuantStack
100101 - cmake -D BUILD_TESTS=ON -D CMAKE_INSTALL_PREFIX=$HOME/miniconda .
101102 - make -j2 test_xtensor_python
102103 - make install
You can’t perform that action at this time.
0 commit comments