Skip to content

Commit

Permalink
Add needed system libraries for LXML build and PY3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Aug 2, 2024
1 parent a1a73aa commit 1b3f888
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
# The apt-get actions are only needed until wheel files for PY3.13 and
# lxml are released.
run: |
sudo apt-get update
sudo apt-get install -y libxml2-dev libxslt1-dev python3-dev
python -m pip install --upgrade pip
python -m pip install -e .
pip install -r requirements.txt
Expand Down

0 comments on commit 1b3f888

Please sign in to comment.