ci: install build dependencies
This commit is contained in:
parent
dada48559e
commit
361b99a265
|
|
@ -34,6 +34,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ./.venv
|
path: ./.venv
|
||||||
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('poetry.lock') }}-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
|
- name: Install Dependencies
|
||||||
run: poetry install
|
run: poetry install
|
||||||
- name: Lint with black
|
- name: Lint with black
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue