diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-02-20 16:24:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 16:24:49 (GMT) |
commit | 1747be464197eb82c486fadbd7e6a19e011bcf19 (patch) | |
tree | bc21a5f740b428c6fa1f5a4d1439034c67d1ebba /.github/workflows/build.yml | |
parent | 95751b9707ec9985177f2fadc7e19f2f57bc5ad7 (diff) | |
download | cpython-1747be464197eb82c486fadbd7e6a19e011bcf19.zip cpython-1747be464197eb82c486fadbd7e6a19e011bcf19.tar.gz cpython-1747be464197eb82c486fadbd7e6a19e011bcf19.tar.bz2 |
gh-101981: Apply HOMEBREW related environment variables (gh-102074)
(cherry picked from commit ed01addb59a554804995303ad3e7bf0c6067737b)
Co-authored-by: Dong-hee Na <donghee.na@python.org>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index beb390e..5dfc5e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -187,6 +187,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 |