CI - update postgresql jobs
This commit is contained in:
1
.github/workflows/.tests-python.yml
vendored
1
.github/workflows/.tests-python.yml
vendored
@@ -57,7 +57,6 @@ jobs:
|
|||||||
name: postgresql ${{ matrix.psql-version }} (python 3.10)
|
name: postgresql ${{ matrix.psql-version }} (python 3.10)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: python:3.10
|
container: python:3.10
|
||||||
continue-on-error: true
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:${{ matrix.psql-version }}
|
image: postgres:${{ matrix.psql-version }}
|
||||||
|
Reference in New Issue
Block a user