Add libyaml-dev to bin requirements for the GH testing

This commit is contained in:
Alex Kavanagh
2023-01-11 12:46:46 +00:00
parent f96e41f45a
commit d905f70468

View File

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