ci: install build dependencies

This commit is contained in:
ljnsn 2025-05-09 02:04:11 +02:00
parent e473b72ba0
commit 1d19da4d03
No known key found for this signature in database
GPG Key ID: 56FA44C04555E6DD
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ jobs:
with:
path: ./.venv
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('poetry.lock') }}-venv
- name: Install build dependencies
run: sudo apt install -y libxml2-dev libxslt-dev
- name: Install Dependencies
run: poetry install
- name: Lint with black