Skip to content

Commit

Permalink
pythongh-101981: Apply HOMEBREW related environment variables (python…
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Feb 20, 2023
1 parent a99eb5c commit ed01add
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 @@ -154,6 +154,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 ed01add

Please sign in to comment.