File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
22
22
- conda update -q conda
23
23
- conda info -a
24
24
- conda install gtest cmake -c conda-forge
25
- - conda install pytest numpy pybind11==2.4.3 xtensor==0.21.2 -c conda-forge
25
+ - conda install pytest numpy pybind11==2.4.3 xtensor==0.21.4 -c conda-forge
26
26
- " set PYTHONHOME=%MINICONDA%"
27
27
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe .
28
28
- nmake test_xtensor_python
Original file line number Diff line number Diff line change @@ -42,25 +42,6 @@ matrix:
42
42
packages :
43
43
- g++-7
44
44
env : COMPILER=gcc GCC=7 PY=3
45
- - os : linux
46
- addons :
47
- apt :
48
- sources :
49
- - ubuntu-toolchain-r-test
50
- packages :
51
- - g++-4.9
52
- - clang-3.6
53
- env : COMPILER=clang CLANG=3.6 PY=3
54
- - os : linux
55
- addons :
56
- apt :
57
- sources :
58
- - ubuntu-toolchain-r-test
59
- - llvm-toolchain-xenial-3.9
60
- packages :
61
- - g++-4.9
62
- - clang-3.9
63
- env : COMPILER=clang CLANG=3.9 PY=3
64
45
- os : linux
65
46
addons :
66
47
apt :
@@ -156,7 +137,7 @@ install:
156
137
else
157
138
conda install pybind11==${PYBIND11_VERSION} -c conda-forge
158
139
fi
159
- - conda install xtensor==0.21.2 -c conda-forge
140
+ - conda install xtensor==0.21.4 -c conda-forge
160
141
- cmake -D DOWNLOAD_GTEST=ON -D CMAKE_INSTALL_PREFIX=$HOME/miniconda -D PYTHON_EXECUTABLE=$PY_EXE .
161
142
- make -j2 test_xtensor_python
162
143
- make install
You can’t perform that action at this time.
0 commit comments