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 d0e9093 commit b9270c9Copy full SHA for b9270c9
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
- uses: actions/checkout@v6
71
- run: sudo apt-get update && sudo apt-get install -y gettext
72
- uses: astral-sh/setup-uv@v7
73
- - run: uv run --extra wagtail --with wagtail~=${{ matrix.wagtail-version }}.0 pytest
+ - run: uv run --extra wagtail --with wagtail~=${{ matrix.wagtail-version }}.0 --with django~=5.2.0 pytest
74
- uses: codecov/codecov-action@v5
75
with:
76
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments