Skip to content

Commit 499db46

Browse files
Use auto-update instead
1 parent 21a31cb commit 499db46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ jobs:
221221
if: needs.check_source.outputs.run_tests == 'true'
222222
env:
223223
HOMEBREW_NO_ANALYTICS: 1
224-
HOMEBREW_NO_AUTO_UPDATE: 1
225224
HOMEBREW_NO_INSTALL_CLEANUP: 1
226225
PYTHONSTRICTEXTENSIONBUILD: 1
227226
steps:
@@ -233,8 +232,6 @@ jobs:
233232
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
234233
- name: Install Homebrew dependencies
235234
run: brew install pkg-config [email protected] xz gdbm tcl-tk
236-
- name: Upgrade Homebrew OpenSSL to the most recent version
237-
run: brew upgrade [email protected]
238235
- name: Configure CPython
239236
run: |
240237
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \

0 commit comments

Comments
 (0)