Skip to content

Commit 06d400a

Browse files
codingjoeCopilot
andauthored
Update .github/workflows/ci.yml
Co-authored-by: Copilot <[email protected]>
1 parent 257c9dd commit 06d400a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@v6
9595
- run: sudo apt-get update && sudo apt-get install -y gettext
9696
- uses: astral-sh/setup-uv@v7
97-
- run: uv run --extra prosgres pytest
97+
- run: uv run --extra postgres pytest
9898
- run: psql template1 -c "CREATE EXTENSION citext;"
9999
env:
100100
PGHOST: localhost

0 commit comments

Comments
 (0)