File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ os: Visual Studio 2015
4
4
5
5
platform :
6
6
- x64
7
- - x86
8
7
9
8
environment :
10
9
matrix :
@@ -23,8 +22,7 @@ install:
23
22
- conda update -q conda
24
23
- conda info -a
25
24
- conda install gtest cmake -c conda-forge
26
- - conda install pytest numpy pybind11==2.2.1 -c conda-forge
27
- - conda install xtensor==0.18.0 -c QuantStack
25
+ - conda install pytest numpy pybind11==2.2.1 xtensor==0.18.3 -c conda-forge
28
26
- " set PYTHONHOME=%MINICONDA%"
29
27
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe .
30
28
- nmake test_xtensor_python
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ install:
147
147
else
148
148
conda install pybind11==${PYBIND11_VERSION} -c conda-forge
149
149
fi
150
- - conda install xtensor==0.18.0 -c QuantStack
150
+ - conda install xtensor==0.18.3 -c conda-forge
151
151
- cmake -D BUILD_TESTS=ON -D CMAKE_INSTALL_PREFIX=$HOME/miniconda -D PYTHON_EXECUTABLE=$PY_EXE .
152
152
- make -j2 test_xtensor_python
153
153
- make install
Original file line number Diff line number Diff line change 10
10
#define TEST_COMMON_HPP
11
11
12
12
#include " xtensor/xlayout.hpp"
13
- #include " xtensor/xstrided_view .hpp"
13
+ #include " xtensor/xmanipulation .hpp"
14
14
15
15
#include " xtl/xsequence.hpp"
16
16
You can’t perform that action at this time.
0 commit comments