jedcunningham commented on code in PR #23841:
URL: https://github.com/apache/airflow/pull/23841#discussion_r882135705
##########
.github/workflows/ci.yml:
##########
@@ -309,8 +309,6 @@ jobs:
with:
python-version: ${{ needs.build-info.outputs.defaultPythonVersion }}
if: needs.build-info.outputs.inWorkflowBuild == 'true'
- - run: ./scripts/ci/install_breeze.sh
- if: needs.build-info.outputs.inWorkflowBuild == 'true'
- name: "Retrieve DEFAULTS from the _initialization.sh"
Review Comment:
Sure, let's not remove it now. Thoughts on reordering it so it's in a more
consistent order between CI and PROD?
--
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]