Skip to content

Commit d0e9093

Browse files
committed
Fix pg
1 parent 087aa87 commit d0e9093

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,14 @@ jobs:
9090
steps:
9191
- uses: actions/checkout@v6
9292
- run: sudo apt-get update && sudo apt-get install -y gettext
93-
- uses: astral-sh/setup-uv@v7
94-
- run: uv run --extra postgres pytest
9593
- run: psql template1 -c "CREATE EXTENSION citext;"
9694
env:
9795
PGHOST: localhost
9896
PGPORT: ${{ job.services.postgres.ports[5432] }}
9997
PGUSER: django
10098
PGPASSWORD: django
101-
- run: python -m pytest
99+
- uses: astral-sh/setup-uv@v7
100+
- run: uv run --extra postgres pytest
102101
env:
103102
DB_PORT: ${{ job.services.postgres.ports[5432] }}
104103
DB: pg

0 commit comments

Comments
 (0)