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/10 17:10:40 UTC

[GitHub] [airflow] edithturn commented on a change in pull request #20701: [WIP] Check free space python

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



##########
File path: .github/workflows/ci.yml
##########
@@ -603,8 +624,13 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
         uses: actions/setup-python@v2
         with:
           python-version: ${{ env.PYTHON_MAJOR_MINOR_VERSION }}
+      - uses: actions/setup-python@v2
+        with:
+          python-version: '3.7'
+          cache: 'pip'
+      - run: python -m pip install --editable ../../dev/breeze/

Review comment:
       @potiuk thanks for your feedback. I appreciate it!
   I will do it manually this time :) I am trying to understand what I am doing wrong in my "rebases" and why I am generating these conflicts.




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