edithturn commented on a change in pull request #20200:
URL: https://github.com/apache/airflow/pull/20200#discussion_r772061117
##########
File path: .github/workflows/build-images.yml
##########
@@ -224,7 +224,7 @@ 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:
What you mean is that freespace scripts need python dependencies like
click, rich, and others, so with setup-python@v2 I am installing these
dependencies on the environment. So I added a "uses" in each step where we call
freesapce. Because also I was having an issue like this:
`Traceback (most recent call last):
File "./scripts/ci/tools/freespace.py", line 27, in <module>
from rich.console import Console
ModuleNotFoundError: No module named 'rich'`
let's see how it will go now :)
--
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]