potiuk commented on a change in pull request #12417:
URL: https://github.com/apache/airflow/pull/12417#discussion_r525859346
##########
File path: .github/workflows/ci.yml
##########
@@ -788,6 +789,7 @@ jobs:
with:
path: ".build/bin"
key: "bin-${{ env.cache-name }}-${{ github.job }}-${{
hashFiles('setup.py') }}\
+-${{ hashFiles('setup.cfg') }}\
Review comment:
Actually here we can remove both setup.py and setup.cfg. The ./buld/bin
content only depends on the version of tools used (helm//kind/kubectl) and it
does not depend on setup.py nor setup.cfg in any way. That was probably a
copy&paste problem.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]