Skip to content

Commit

Permalink
Fix: Running tests required extra system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Feb 20, 2024
1 parent e3b49d2 commit 4e0fd3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: |
hatch run lint:typing
- name: Install required system packages for installing and running tests
run: |
sudo apt-get libsystemd-dev cmake libdbus-1-dev libglib2.0-dev
- name: Run unit tests
run: |
hatch run testing:test
Expand Down

0 comments on commit 4e0fd3c

Please sign in to comment.