SCECcode / pycsep

Tools to help earthquake forecast model developers build and evaluate their forecasts
https://docs.cseptesting.org
BSD 3-Clause "New" or "Revised" License
47 stars 22 forks source link

github workflows failing due to long conda install times #227

Closed pabloitu closed 1 year ago

pabloitu commented 1 year ago
 *note:  In the tests/build workflow, the conda environment build is taking too long https://github.com/SCECcode/pycsep/blob/c19ce9f1a7a898987c8697440098bc2f51bc9088/.github/workflows/build-test.yml#L32

and sometimes it gives up of building the environment and just fail the workflow. We maybe should build the environment differently.

Originally posted by @pabloitu in https://github.com/SCECcode/pycsep/issues/217#issuecomment-1550374878

The way the environment is built (conda env --update) should be changed

pabloitu commented 1 year ago

fixed in #228