Skip to content

Commit

Permalink
workflows/ci: install system deps
Browse files Browse the repository at this point in the history
Signed-off-by: Kyr Shatskyy <[email protected]>
  • Loading branch information
Kyr Shatskyy committed Jul 31, 2024
1 parent 35e3735 commit d678efb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install system deps
run: apt-get install libvirt-dev
- name: Install tox
run: pip install tox
- name: Run unit tests
Expand Down

0 comments on commit d678efb

Please sign in to comment.