diff --git a/.github/workflows/.tests-python.yml b/.github/workflows/.tests-python.yml index df499666..958c8bae 100644 --- a/.github/workflows/.tests-python.yml +++ b/.github/workflows/.tests-python.yml @@ -57,7 +57,6 @@ jobs: name: postgresql ${{ matrix.psql-version }} (python 3.10) runs-on: ubuntu-latest container: python:3.10 - continue-on-error: true services: postgres: image: postgres:${{ matrix.psql-version }}