Skip to content

Commit

Permalink
Remove the special lxml requirements installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jond01 committed Nov 2, 2023
1 parent 6878fe5 commit 837f43e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install Poetry
run: pipx install --pip-args="-c .github/workflows/poetry-constraint.txt" poetry
- name: Install lxml requirements
if: matrix.python-version == '3.12'
run: sudo apt-get install libxml2-dev libxslt-dev
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 837f43e

Please sign in to comment.