Skip to content

Commit

Permalink
one more try at conda caching on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Feb 18, 2018
1 parent ce1dd2b commit 9c816a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- "conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy nose coverage scikit-learn!=0.19.0 matplotlib==2.0 numba"
- "conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy nose coverage scikit-learn!=0.19.0 matplotlib==2.0 numba || echo Using cached environment"
- activate test-environment
- conda install -c conda-forge ffmpeg
- pip install -e .[tests]
Expand Down

0 comments on commit 9c816a8

Please sign in to comment.