Skip to content

Commit

Permalink
Install system dependencies in mypy action
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Aug 6, 2024
1 parent dcbb315 commit 9512235
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
python-version: [ "3.10", "3.11", "3.12", "3.13.0-beta.4" ]
steps:
- uses: actions/checkout@v4
- name: Install system dependencies
run: |
sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 9512235

Please sign in to comment.