We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8ddc0 commit 10b1c13Copy full SHA for 10b1c13
2 files changed
.appveyor.yml
@@ -24,7 +24,7 @@ install:
24
- conda info -a
25
- conda install pytest -c conda-forge
26
- cd test
27
- - conda install xtensor==0.2.2 pytest numpy pybind11==2.0.0 -c conda-forge
+ - conda install xtensor==0.3.0 pytest numpy pybind11==2.0.0 -c conda-forge
28
- xcopy /S %APPVEYOR_BUILD_FOLDER%\include %MINICONDA%\include
29
30
build_script:
.travis.yml
@@ -59,7 +59,7 @@ install:
59
# Useful for debugging any issues with conda
60
61
62
63
- cp -r $TRAVIS_BUILD_DIR/include/* $HOME/miniconda/include/
64
65
script:
0 commit comments