ci : add packages for PyPy build

This commit is contained in:
James R. Barlow 2021-08-31 02:44:07 -07:00
parent 1eb45de5c9
commit 9b4516af7a

View File

@ -86,6 +86,14 @@ jobs:
sudo apt-get install -y --no-install-recommends \
libexempi8
- name: Install Ubuntu packages for PyPy
if: startsWith(matrix.python, 'pypy')
run: |
sudo apt-get install -y --no-install-recommends \
libxml2-dev \
libxslt1-dev \
pypy3-dev
- name: Install Python packages
run: |
python -m pip install .[test]