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
cache bust github action
github actions don't allow you to delete cache.
This cause builds to breaks when depending on a new version of a dependency
in tox.
Use new setup-python pip cache directive instead of manually caching pip.
Amend tox cache to look for an envirnment secret CACHE_VERSION.
Updating this property will bust the cache.