Help with building lxml on 3.13beta1 for checks too.

This commit is contained in:
Andrey Rakhmatullin 2024-05-28 14:50:09 +05:00
parent e6e9fd75db
commit 5755e224d5
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install system libraries
if: contains(matrix.python-version, 'beta')
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev
- name: Run check
env: ${{ matrix.env }}
run: |