1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

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

This commit is contained in:
Mike Gerber 2024-05-06 17:09:05 +02:00
parent 0d5c6d5a62
commit fbcb9160fd

View file

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