From f7286a8f6fdae983790e302edb66a2a33426320e Mon Sep 17 00:00:00 2001 From: SerRichard Date: Fri, 23 Feb 2024 19:56:35 +0100 Subject: [PATCH] try again --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0da8860..3266b78 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -38,7 +38,7 @@ jobs: - name: Install Postgresql 15 for unit tests id: install-postgres-15 - run: sudo apt update -qy && apt install -qy postgresql-15 + run: sudo apt update -qy && sudo apt install -qy postgresql-15 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4