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 @@ -23,7 +23,7 @@ install:
23
23
- conda update -q conda
24
24
- conda info -a
25
25
- conda install gtest cmake -c conda-forge
26
- - conda install xtensor==0.8.2 pytest numpy pybind11==2.1.0 -c conda-forge
26
+ - conda install xtensor==0.8.3 pytest numpy pybind11==2.1.1 -c conda-forge
27
27
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -DBUILD_TESTS=ON .
28
28
- nmake test_xtensor_python
29
29
- nmake install
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ install:
81
81
- conda update -q conda
82
82
# Useful for debugging any issues with conda
83
83
- conda info -a
84
- - conda install xtensor==0.8.2 pytest numpy pybind11==2.1.0 -c conda-forge
84
+ - conda install xtensor==0.8.3 pytest numpy pybind11==2.1.1 -c conda-forge
85
85
- cd test
86
86
- conda env create -f ./test-environment.yml
87
87
- source activate test-xtensor-python
You can’t perform that action at this time.
0 commit comments