Skip to content

Commit 95f4e2c

Browse files
gh-101981: Apply HOMEBREW related environment variables (gh-102074)
(cherry picked from commit ed01add) Co-authored-by: Dong-hee Na <[email protected]>
1 parent c218132 commit 95f4e2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ jobs:
174174
needs: check_source
175175
if: needs.check_source.outputs.run_tests == 'true'
176176
env:
177+
HOMEBREW_NO_ANALYTICS: 1
178+
HOMEBREW_NO_AUTO_UPDATE: 1
179+
HOMEBREW_NO_INSTALL_CLEANUP: 1
177180
PYTHONSTRICTEXTENSIONBUILD: 1
178181
steps:
179182
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)