mirror of
https://github.com/python/cpython.git
synced 2026-05-17 01:49:12 -04:00
gh-101981: Apply HOMEBREW related environment variables (gh-102074)
(cherry picked from commit ed01addb59)
Co-authored-by: Dong-hee Na <donghee.na@python.org>
This commit is contained in:
committed by
GitHub
parent
c218132f93
commit
95f4e2ca03
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user