🐛 GHA: Install possible lxml build requirements (if building from source)

pull/113/head
Mike Gerber 4 weeks ago
parent 0d5c6d5a62
commit fbcb9160fd

@ -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

Loading…
Cancel
Save