Skip to content

Commit c4a3bd9

Browse files
authored
Merge pull request #3882 from martin-frbg/homebrew_workflow
gh workflow: Disable homebrew dependents check to avoid python 3.11 conflict
2 parents 2565e61 + 5be8b43 commit c4a3bd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-Homebrew-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
HOMEBREW_NO_AUTO_UPDATE: "ON"
3333
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: "ON"
3434
HOMEBREW_NO_INSTALL_CLEANUP: "ON"
35+
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "ON"
3536

3637
steps:
3738
- name: Random delay for cron job

0 commit comments

Comments
 (0)