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 21, 2024
1 parent 5ab73f7 commit 2c09653
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 install libsystemd-dev cmake libdbus-1-dev libglib2.0-dev
- name: Run unit tests
run: |
hatch run testing:test
Expand Down

0 comments on commit 2c09653

Please sign in to comment.