mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +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.
|
||||
- name: install libpq 16
|
||||
if false:
|
||||
if: false
|
||||
run: |
|
||||
set -x
|
||||
rel=$(lsb_release -c -s)
|
||||
|
|
Loading…
Reference in New Issue
Block a user