Skip to content

Commit

Permalink
Fix hash for breeze dependencies
Browse files Browse the repository at this point in the history
The #32873 has been merged without merging and commiting breeze's hash
accounting for changed dependencies, breaking unit tests of breeze.

This PR brings hash of breeze back adter running `breeze setup version`
manually and commiting the changed hash.
  • Loading branch information
potiuk committed Jul 27, 2023
1 parent 9d68492 commit ba0f2f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,10 @@ 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 "\033[0;31mERROR: Breeze version check failed\033[0m" &&
echo "Please run 'breeze setup version' and commit the changes." && false)
- run: python -m pytest -n auto --color=yes
working-directory: ./dev/breeze/
- run: breeze setup check-all-params-in-groups
Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY UPDATED BY PRE-COMMIT.

---------------------------------------------------------------------------------------------------------

Package config hash: c2bade421865f94fb91f652317d76f3686ad017067349265d8a1d465bbfc2f0796d570bf4777acfb31a7703f1ccb6b0a63c655b97cec9eb9fdeeb1676c804c02
Package config hash: 9d095d522c9f6fcf0c5834fcdc050bc98231d17fad07ec054c4e437580129d547b693b66b61442757f81fc1a505483da5267cc973dbf86babba7cd2c11697708

---------------------------------------------------------------------------------------------------------

0 comments on commit ba0f2f7

Please sign in to comment.