edithturn commented on pull request #20200:
URL: https://github.com/apache/airflow/pull/20200#issuecomment-1004282683


   @potiuk I rebased it and I had an issue about "No module named 'pytest'" in 
ci.yml, so I added the specific directory ./dev/breeze to install dependencies, 
and also I change pip by pip3 in run-breeze-test:
   `- uses: actions/setup-python@v2
           with:
             python-version: '3.7'
             cache: 'pip'
         - run: pip3 install --editable ./dev/breeze
         - run: python3 -m pytest ./dev/breeze -n auto --color=yes`
   
   Cache remains with pip, I think I should also change with pip3.
   Is this good to use pip3 to install dependencies in ci?


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