Skip to content

Commit

Permalink
Add missing deps for lxml on Python 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 11, 2024
1 parent 1a56a18 commit 581b69b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,10 @@ jobs:
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.7.2/requirements/uv.txt
- name: Python 3.14 dependencies for lxml
if: matrix.python-version == '3.14-dev' && runner.os == 'ubuntu-24.04'
run: |
sudo apt --quiet --yes install libxml2-dev libxslt1-dev
- name: Install project
run: |
uv --no-progress venv
Expand Down

0 comments on commit 581b69b

Please sign in to comment.