mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-26 02:43:43 +03:00
chore: fix yaml syntax in Github Action workflow
This commit is contained in:
parent
27a99dac72
commit
963fb1190b
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
|
|
||||||
# Can enable to test an unreleased libpq version.
|
# Can enable to test an unreleased libpq version.
|
||||||
- name: install libpq 16
|
- name: install libpq 16
|
||||||
if false:
|
if: false
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
rel=$(lsb_release -c -s)
|
rel=$(lsb_release -c -s)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user