Skip to content

Commit baf818b

Browse files
committed
getting xtensor from QuantStack channel
1 parent a0e3935 commit baf818b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)