summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 05:29:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 05:29:45 +0000
commit016afc2a00e9681fa2e8ab9ad847334e12e2a0c6 (patch)
tree79af04d99850a5bfdd0b1983536873fbc21006f5 /.github/workflows/ci.yml
parentReleasing debian version 4.0.1-1. (diff)
downloadpgcli-016afc2a00e9681fa2e8ab9ad847334e12e2a0c6.tar.xz
pgcli-016afc2a00e9681fa2e8ab9ad847334e12e2a0c6.zip
Merging upstream version 4.1.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 68a69ac..007178f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -67,10 +67,6 @@ jobs:
psql -h localhost -U postgres -p 6432 pgbouncer -c 'show help'
- - name: Install beta version of pendulum
- run: pip install pendulum==3.0.0b1
- if: matrix.python-version == '3.12'
-
- name: Install requirements
run: |
pip install -U pip setuptools
@@ -89,7 +85,7 @@ jobs:
run: behave tests/features --no-capture
- name: Check changelog for ReST compliance
- run: rst2html.py --halt=warning changelog.rst >/dev/null
+ run: docutils --halt=warning changelog.rst >/dev/null
- name: Run Black
run: black --check .