We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a31cb commit 499db46Copy full SHA for 499db46
1 file changed
.github/workflows/build.yml
@@ -221,7 +221,6 @@ jobs:
221
if: needs.check_source.outputs.run_tests == 'true'
222
env:
223
HOMEBREW_NO_ANALYTICS: 1
224
- HOMEBREW_NO_AUTO_UPDATE: 1
225
HOMEBREW_NO_INSTALL_CLEANUP: 1
226
PYTHONSTRICTEXTENSIONBUILD: 1
227
steps:
@@ -233,8 +232,6 @@ jobs:
233
232
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
234
- name: Install Homebrew dependencies
235
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
236
- - name: Upgrade Homebrew OpenSSL to the most recent version
237
- run: brew upgrade openssl@3.0
238
- name: Configure CPython
239
run: |
240
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
0 commit comments