Skip to content

Commit

Permalink
fix 3.13 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Apr 24, 2024
1 parent 77e7c43 commit 5059d43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ jobs:
# package setup
- uses: actions/checkout@v4

# only where prebuilt wheels do not exist
- name: Install LXML dependencies
if: ${{ matrix.python-version == '3.13-dev' }}
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev
- name: Install dependencies
run: python -m pip install -e "."

Expand Down

0 comments on commit 5059d43

Please sign in to comment.