Allow running with "act"

This commit is contained in:
Raphael Michel
2024-10-24 22:59:23 +02:00
parent 4f2cae5880
commit d5714e12f8

View File

@@ -56,7 +56,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 --ignore-requires-python -e ".[dev]" psycopg2-binary # We ignore that flake8 needs newer python as we don't run flake8 during tests
- name: Run checks