Skip to content

Commit b9270c9

Browse files
committed
Fix wagtail support
1 parent d0e9093 commit b9270c9

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
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v6
7171
- run: sudo apt-get update && sudo apt-get install -y gettext
7272
- uses: astral-sh/setup-uv@v7
73-
- run: uv run --extra wagtail --with wagtail~=${{ matrix.wagtail-version }}.0 pytest
73+
- run: uv run --extra wagtail --with wagtail~=${{ matrix.wagtail-version }}.0 --with django~=5.2.0 pytest
7474
- uses: codecov/codecov-action@v5
7575
with:
7676
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)