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
Hi, in .circleci/config.yml, you use {{ .Branch }} in addition to a checkusm of requirements.txt as part of the cache key for the python virtual environment. Could you explain the reasoning behind this? I see this is not the case for the nodejs demo repo with package.json
The text was updated successfully, but these errors were encountered:
Hi, in
.circleci/config.yml
, you use{{ .Branch }}
in addition to a checkusm of requirements.txt as part of the cache key for the python virtual environment. Could you explain the reasoning behind this? I see this is not the case for the nodejs demo repo with package.jsonThe text was updated successfully, but these errors were encountered: