Kaynağa Gözat

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 2 ay önce
ebeveyn
işleme
b8a6e9c33c
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: FB6A628DCF06DCD7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      .github/workflows/modified_scripts_build.yml

+ 1
- 1
.github/workflows/modified_scripts_build.yml Dosyayı Görüntüle

@ -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

Yükleniyor…
İptal
Kaydet