We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257c9dd commit 06d400aCopy full SHA for 06d400a
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
- uses: actions/checkout@v6
95
- run: sudo apt-get update && sudo apt-get install -y gettext
96
- uses: astral-sh/setup-uv@v7
97
- - run: uv run --extra prosgres pytest
+ - run: uv run --extra postgres pytest
98
- run: psql template1 -c "CREATE EXTENSION citext;"
99
env:
100
PGHOST: localhost
0 commit comments