Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
with:
python-version: '3.13'
- run: sudo apt-get install -y libwayland-dev libcairo2-dev libgirepository-2.0-dev
- run: |
sudo apt-get update
sudo apt-get install -y libwayland-dev libcairo2-dev libgirepository-2.0-dev
- run: uv pip install -r pyproject.toml
- run: uv pip install --group types
- run: mypy safeeyes
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build wheel
sudo apt-get update
sudo apt-get install -y gettext

- name: Get Current Version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install polib
sudo apt-get update
sudo apt-get install -y gettext

- name: Check translations
Expand Down