Skip to content

Commit

Permalink
pythongh-101981: Apply HOMEBREW related environment variables (python…
Browse files Browse the repository at this point in the history
…gh-102074)

(cherry picked from commit ed01add)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
  • Loading branch information
miss-islington and corona10 authored Feb 20, 2023
1 parent c218132 commit 95f4e2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ jobs:
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
env:
HOMEBREW_NO_ANALYTICS: 1
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
PYTHONSTRICTEXTENSIONBUILD: 1
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 95f4e2c

Please sign in to comment.