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:
2323 - conda update -q conda
2424 - conda info -a
2525 - 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
2727 - cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -DBUILD_TESTS=ON .
2828 - nmake test_xtensor_python
2929 - nmake install
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ install:
8181 - conda update -q conda
8282 # Useful for debugging any issues with conda
8383 - 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
8585 - cd test
8686 - conda env create -f ./test-environment.yml
8787 - source activate test-xtensor-python
You can’t perform that action at this time.
0 commit comments