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



##########
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:
       ```suggestion
         - run: python -m pip install --editable ./dev/breeze
   ```
   
   We should leave PIP here. From what I saw recently in discussions - PIP 
plans to deprecate old usage and they prefer to use `python -m pip` instead: 
https://github.com/pypa/pip/issues/3164




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