Add libyaml-dev to bin requirements for the GH testing
This commit is contained in:
2
.github/workflows/tox.yaml
vendored
2
.github/workflows/tox.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install -q --yes libxml2-dev libxslt1-dev
|
||||
sudo apt-get install -q --yes libxml2-dev libxslt1-dev libyaml-dev
|
||||
python -m pip install --upgrade pip
|
||||
pip install tox tox-gh-actions
|
||||
- name: Lint with tox
|
||||
|
||||
Reference in New Issue
Block a user