1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 15:23:53 -05:00

Remove no-longer-needed PyPy prerequisites

This commit is contained in:
Ivan Pozdeev
2022-12-10 16:05:29 +03:00
parent 49cc88094a
commit 18f62f266d
2 changed files with 5 additions and 3 deletions

View File

@@ -41,7 +41,8 @@ jobs:
brew install openssl openssl@1.1 readline sqlite3 xz zlib
if [[ "${{ matrix.python-version }}" =~ pypy.*-(src|dev) ]]; then
pyenv install 2.7.18
PYENV_VERSION=2.7.18 pip install curses genc pycparser
PYENV_VERSION=2.7.18 pip install pycparser
# brew install expat
fi
- run: |
#build
@@ -103,7 +104,8 @@ jobs:
xz-utils tk-dev libffi-dev liblzma-dev
if [[ "${{ matrix.python-version }}" =~ pypy.*-(src|dev) ]]; then
pyenv install 2.7.18
PYENV_VERSION=2.7.18 pip install curses genc pycparser
PYENV_VERSION=2.7.18 pip install pycparser
# sudo apt install -yq libexpat1-dev
fi
- run: |
#build