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



##########
File path: .github/workflows/ci.yml
##########
@@ -242,10 +242,6 @@ jobs:
     name: Breeze2 tests
     runs-on: ${{ fromJson(needs.build-info.outputs.runsOn) }}
     needs: [build-info]
-    defaults:
-      run:
-        shell: bash
-        working-directory: ./dev/breeze

Review comment:
       I checked the error, and it said:
   `python3: No module named pytest`, it means that pytest is running in an 
incorrect path. With these lines:
   
   ```
   - run: python3 -m pytest -n auto --color=yes 
           working-directory: ./dev/breeze
   
   ``` 
   I will use pytest in the right path where pytest is installed.
   
   Trying it!
   




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