mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-116026: Try disabling rebuilds of dependents in Homebrew (#116027)
This commit is contained in:
parent
ed4dfd8825
commit
02beb9f020
1 changed files with 1 additions and 0 deletions
1
.github/workflows/reusable-macos.yml
vendored
1
.github/workflows/reusable-macos.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
HOMEBREW_NO_ANALYTICS: 1
|
||||
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
||||
PYTHONSTRICTEXTENSIONBUILD: 1
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue