edithturn commented on a change in pull request #20200:
URL: https://github.com/apache/airflow/pull/20200#discussion_r772819823
##########
File path: .github/workflows/build-images.yml
##########
@@ -297,7 +301,11 @@ jobs:
rm -rf "scripts/ci"
mv "main-airflow/scripts/ci" "scripts"
- name: "Free space"
- run: ./scripts/ci/tools/free_space.sh
+ run: ./scripts/ci/tools/freespace.py
Review comment:
We are calling setup.cfg in several parts of the code, I am a little
confused with this.
setup.py is for python dependencies, and, for what kind of configurations do
we have on setup.cfg?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]