jedcunningham commented on code in PR #32895:
URL: https://github.com/apache/airflow/pull/32895#discussion_r1276759949
##########
.github/workflows/ci.yml:
##########
@@ -383,7 +383,9 @@ jobs:
cache: 'pip'
cache-dependency-path: ./dev/breeze/setup*
- run: python -m pip install --editable ./dev/breeze/
- - run: breeze setup version
+ - run: >
+ breeze setup version ||
+ echo "FIX: Breeze version check failed! Please run `breeze setup
version` and commit the changes."
Review Comment:
Should this exit non-0 if we hit the echo?
--
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]