You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/04 13:59:39 UTC

[GitHub] [airflow] edithturn commented on a change in pull request #20200: [New] - Ci free space python

edithturn commented on a change in pull request #20200:
URL: https://github.com/apache/airflow/pull/20200#discussion_r778100999



##########
File path: .github/workflows/build-images.yml
##########
@@ -296,8 +302,14 @@ 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: pip3 install --editable ./dev/breeze

Review comment:
       I see, should we assume that we have just a python version installed? Or we should specify the version:
   ` python -m pip install --editable ./dev/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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org