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
We should pin all dependency versions in requirements.txt and use that in the CI, so that all CI runs use the exact same versions (unless/until we manually bump up a version)
We should also take a hash of the requirements.txt file and include it in the cache key, since the cache is dependent on the version of hashlib used
requirements.txt
and use that in the CI, so that all CI runs use the exact same versions (unless/until we manually bump up a version)requirements.txt
file and include it in the cache key, since the cache is dependent on the version ofhashlib
usedOriginally posted by @siddharth-krishna in #38 (review)
The text was updated successfully, but these errors were encountered: