]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: test psycopg pool package with released a psycopg version
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 11 Nov 2023 16:50:42 +0000 (16:50 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 11 Nov 2023 19:08:16 +0000 (19:08 +0000)
.github/workflows/packages-pool.yml

index fdbb9e10475f3feb103cec11ffa6851ec96033ce..46c6fa5e3bed557dac5325398ebb373e87607d52 100644 (file)
@@ -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