File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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 cmake -c conda-forge
25
- - conda install pytest numpy pybind11==2.4.3 xtensor==0.23.0 -c conda-forge
25
+ - conda install pytest numpy pybind11==2.4.3 xtensor==0.23.10 -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 -DDOWNLOAD_GTEST=ON .
28
28
- nmake test_xtensor_python
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies:
5
5
# Build dependencies
6
6
- cmake
7
7
# Host dependencies
8
- - xtensor=0.23.0
8
+ - xtensor=0.23.10
9
9
- numpy
10
10
- pybind11=2.4.3
11
11
# Test dependencies
You can’t perform that action at this time.
0 commit comments