Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Nov 20, 2024
1 parent 36caa71 commit 48e2e91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
- uses: actions/checkout@v4

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

- name: Install dependencies
run: python -m pip install -e ".[dev]"
Expand Down

0 comments on commit 48e2e91

Please sign in to comment.