Skip to content

Commit

Permalink
šŸ› GHA: Install possible lxml build requirements (if building from souā€¦
Browse files Browse the repository at this point in the history
ā€¦rce)
  • Loading branch information
mikegerber committed May 6, 2024
1 parent 0d5c6d5 commit fbcb916
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 39,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install possible lxml build requirements (if building from source)
run: sudo apt-get install -y libxml2-dev libxslt-dev python3-dev

- name: Update pip
run: python3 -m pip install -U pip
- name: Install requirements*.txt
Expand Down

0 comments on commit fbcb916

Please sign in to comment.