holoviz-topics / EarthML

Tools for working with machine learning in earth science
https://earthml.holoviz.org
BSD 3-Clause "New" or "Revised" License
94 stars 21 forks source link

Adding a environment-dev file and a dev website #40

Closed jsignell closed 5 years ago

jsignell commented 5 years ago

I added environment-dev.yml which adds dependencies not found in environment.yml. Expected use is:

conda env update -f environment.yml -n earthml
conda env update -f environment-dev.yml -n earthml

The travis jobs were spending >15 minutes just on env setup. So hopefully this is transparent and helps.

I also added website_dev to this PR. I pointed it to https://github.com/pyviz-dev/EarthML - so that should get triggered on every tag and the real one should only build on release

jsignell commented 5 years ago

Takes about 16min for full CI when cache is available and 22 min when cache is not available (down from ~30min).