Timeout conda install of root_numpy in CI
Compare changes
+ 6
− 1
@@ -58,6 +58,11 @@ fi
@@ -71,7 +76,7 @@ conda install --name gwpyci --yes \
This PR modifies the conda CI jobs to timeout the conda install root_numpy
command after 2 minutes, so as to not timeout the whole build (e.g. here). root_numpy
is an optional dependency, and this only times out on python2.7
, so we don't really care if we don't have it in every test environment.