yt-project / yt_astro_analysis

yt astrophysical analysis modules
Other
22 stars 21 forks source link

BUG: flaky (or broken) CI #146

Closed neutrinoceros closed 2 years ago

neutrinoceros commented 2 years ago

I just fixed a couple issues with CI in #145 However Python 3.9 and 3.10 jobs are flaky (or consistently failing) with new errors:

#!/bin/bash -eo pipefail
if [ ! -f $YT_DATA/enzo_tiny_cosmology/DD0046/DD0046 ]; then
    source $BASH_ENV
    source $HOME/venv/bin/activate
    mkdir -p $YT_DATA
    girder-cli --api-url https://girder.hub.yt/api/v1 download 577c09480d7c6b0001ad5be2 $YT_DATA/enzo_tiny_cosmology
fi

Too long with no output (exceeded 10m0s): context deadline exceeded

Fixing this goes beyond my current expertise

brittonsmith commented 2 years ago

Thanks for taking it this far! I'll check this out when I have the chance.

neutrinoceros commented 2 years ago

looks like we forgot to close, but I think the situation was resolved.