Skip to content

Commit

Permalink
CI: add meson in test dependencies of CI job to fix compile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Apr 29, 2024
1 parent e301ce7 commit 17ac9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ jobs:
- name: Install test dependencies
run: |
python3.11 -m pip install pytest hypothesis
python3.11 -m pip install pytest hypothesis meson
- name: Run tests
run: |
Expand Down

0 comments on commit 17ac9af

Please sign in to comment.