potiuk commented on a change in pull request #20701:
URL: https://github.com/apache/airflow/pull/20701#discussion_r781205838



##########
File path: .github/workflows/build-images.yml
##########
@@ -296,8 +301,13 @@ jobs:
         run: |
           rm -rf "scripts/ci"
           mv "main-airflow/scripts/ci" "scripts"
+      - uses: actions/setup-python@v2
+        with:
+          python-version: '3.7'
+          cache: 'pip'
+      - run: python -m pip install --editable ../../dev/breeze/
       - name: "Free space"
-        run: ./scripts/ci/tools/free_space.sh
+        run: freespace

Review comment:
       One more comment @edithturn, following the discussion in 
https://github.com/apache/airflow/issues/20739#issuecomment-1007710519  - I 
think the "entrypoint" for the free space script shold be named 
`airflow-free-space`. We are going to have more entrypoints like that (for 
example airflow-start-doc-server) and it would be great if all of them start 
with `airflow-` prefix (except the Breeze2  which is a nice name on it's own 
:D). 
   
   BTW. We can change the Breeze2 name later to `airflow-breeze`. 




-- 
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]


Reply via email to