CDCgov / multisignal-epi-inference

Python package for statistical inference and forecast of epi models using multiple signals
https://cdcgov.github.io/multisignal-epi-inference/
9 stars 1 forks source link

Latest version of filelock breaks CI #181

Closed gvegayon closed 2 weeks ago

gvegayon commented 2 weeks ago

It seems that the latest version of filelock (which was updated ~20 mins ago since this post) is buggy. The CI of #158 fails as well as running other CIs that were previously working. Filelock went from 3.14.0 to 3.15.0. Here is the CI run that worked OK:

image

Here is the one that is not working:

image

I suggest forcing the old version (for now) so that we can continue developing without issues.

cc @gaborbernat

gvegayon commented 2 weeks ago

Also reported here

damonbayer commented 2 weeks ago

Most recent version was yanked. Should be fixed soon automatically, but I also made a PR https://github.com/CDCgov/multisignal-epi-inference/pull/182