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 087aa87 commit d0e9093Copy full SHA for d0e9093
.github/workflows/ci.yml
@@ -90,15 +90,14 @@ jobs:
90
steps:
91
- uses: actions/checkout@v6
92
- 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
95
- run: psql template1 -c "CREATE EXTENSION citext;"
96
env:
97
PGHOST: localhost
98
PGPORT: ${{ job.services.postgres.ports[5432] }}
99
PGUSER: django
100
PGPASSWORD: django
101
- - run: python -m pytest
+ - uses: astral-sh/setup-uv@v7
+ - run: uv run --extra postgres pytest
102
103
DB_PORT: ${{ job.services.postgres.ports[5432] }}
104
DB: pg
0 commit comments