CI - update postgresql jobs
This commit is contained in:
parent
b86a1b93f9
commit
85a425d232
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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user