From: Daniele Varrazzo Date: Sat, 11 Nov 2023 16:50:42 +0000 (+0000) Subject: ci: test psycopg pool package with released a psycopg version X-Git-Tag: pool-3.2.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74644f58f29722510885cf96826f2bcd6582d6f4;p=thirdparty%2Fpsycopg.git ci: test psycopg pool package with released a psycopg version --- diff --git a/.github/workflows/packages-pool.yml b/.github/workflows/packages-pool.yml index fdbb9e104..46c6fa5e3 100644 --- a/.github/workflows/packages-pool.yml +++ b/.github/workflows/packages-pool.yml @@ -31,7 +31,7 @@ jobs: run: python -m build -o dist --${{ matrix.format }} ${{ matrix.package }} - name: Install the Python pool package and test requirements - run: pip install ./psycopg[test] dist/* + run: pip install psycopg[test] dist/* - name: Test the package run: pytest -m 'pool and not slow and not flakey' --color yes