You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@eric-czech yea, the reason why this is failing on a new pre-commit env:
xarray 0.16.1 was released 3 days ago
pre-commit GH actions comes with cache built-in
since pre-commit config files have not changed in last 3 days, cache has not been invalidated yet, and our master is still testing against xarray 0.16.0
Needed to create a fresh conda env for sgkit dev, and fresh pre-commit env is failing on master with:
This doesn't seem to fail on GH, presumably because pre-commit is still using cache for its envs.
The text was updated successfully, but these errors were encountered: