You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "jedcunningham (via GitHub)" <gi...@apache.org> on 2023/07/27 19:55:42 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #32895: Fix hash for breeze dependencies

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org