From d5714e12f8d62adc9e292061776af2bd303f6317 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 24 Oct 2024 22:59:23 +0200 Subject: [PATCH] Allow running with "act" --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 577894a1b8..f7f9982ac2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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