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



##########
File path: .github/workflows/ci.yml
##########
@@ -324,15 +324,23 @@ jobs:
     name: "Test examples of production image building"
     runs-on: ${{ fromJson(needs.build-info.outputs.runsOn) }}
     needs: [build-info]
+    defaults:
+      run:
+        working-directory: ./dev/breeze

Review comment:
       I think we have other "runs" here - which use ./scripts/ci  - so at 
least for now The `working-directory` should only be set fo the "pip install ." 
 command. Or maybe even better ise `pip install ./dev/breeze` without changing 
directory.
   
    And BTW. You do not need (and it likely will not work) to run `freespace` 
(this is the name of the entrypoint). No need  to add .py at the end.




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