File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,10 @@ concurrency:
18
18
cancel-in-progress : true
19
19
20
20
env :
21
- HOMEBREW_NO_INSTALL_CLEANUP : 1 # Speedup brew install. Environments are isolated, no need to cleanup old versions
21
+ # A few env vars to speedup brew install
22
+ HOMEBREW_NO_ANALYTICS : 1
23
+ HOMEBREW_NO_AUTOUPDATE : 1
24
+ HOMEBREW_NO_INSTALL_CLEANUP : 1 # Environments are isolated, no need to cleanup old versions
22
25
NONINTERACTIVE : 1 # Required for brew install on CI
23
26
PIP_DISABLE_PIP_VERSION_CHECK : 1
24
27
FORCE_COLOR : 1
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ permissions:
12
12
contents : read
13
13
14
14
env :
15
- HOMEBREW_NO_INSTALL_CLEANUP : 1 # Speedup brew install. Environments are isolated, no need to cleanup old versions
15
+ # A few env vars to speedup brew install
16
+ HOMEBREW_NO_ANALYTICS : 1
17
+ HOMEBREW_NO_AUTOUPDATE : 1
18
+ HOMEBREW_NO_INSTALL_CLEANUP : 1 # Environments are isolated, no need to cleanup old versions
16
19
NONINTERACTIVE : 1 # Required for brew install on CI
17
20
PIP_DISABLE_PIP_VERSION_CHECK : 1
18
21
FORCE_COLOR : 1
You can’t perform that action at this time.
0 commit comments