Merge branch 'master' into hacky-debug-output

This commit is contained in:
Mira
2024-10-25 17:08:02 +02:00
committed by GitHub
9 changed files with 23 additions and 13 deletions

View File

@@ -51,7 +51,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install system dependencies
run: sudo apt update && sudo apt install gettext
run: sudo apt update && sudo apt install -y gettext
- name: Install Python dependencies
run: pip3 install uv && uv pip install --system -e ".[dev]" psycopg2-binary
- name: Run checks