Explorar el Código
CI: Don't require openssl@1.1
Missing in macos-26 Homebrew, causing an error,
no longer required for any supported Pythons
pull/3438/head
Ivan Pozdeev
hace 2 meses
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: FB6A628DCF06DCD7
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
.github/workflows/modified_scripts_build.yml
|
|
|
@ -99,7 +99,7 @@ jobs: |
|
|
|
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH |
|
|
|
- run: | |
|
|
|
#prerequisites |
|
|
|
brew install openssl openssl@1.1 readline sqlite3 xz zlib |
|
|
|
brew install openssl readline sqlite3 xz zlib |
|
|
|
if [[ "${{ matrix.python-version }}" =~ pypy.*-(src|dev) ]]; then |
|
|
|
export PYENV_BOOTSTRAP_VERSION=pypy2.7-7 |
|
|
|
echo "PYENV_BOOTSTRAP_VERSION=$PYENV_BOOTSTRAP_VERSION" >> $GITHUB_ENV |
|
|
|
|