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 06d400a commit 087aa87Copy full SHA for 087aa87
.github/workflows/ci.yml
@@ -61,7 +61,6 @@ jobs:
61
runs-on: ubuntu-latest
62
strategy:
63
matrix:
64
- python-version: ["3.x"]
65
wagtail-version:
66
- "6.3"
67
- "7.0"
@@ -71,9 +70,7 @@ jobs:
71
70
- uses: actions/checkout@v6
72
- run: sudo apt-get update && sudo apt-get install -y gettext
73
- uses: astral-sh/setup-uv@v7
74
- with:
75
- python-version: ${{ matrix.python-version }}
76
- - run: uv run --extra wagtail --with wagtail~=${{ matrix.wagtail-version }}.0 pytest
+ - run: uv run --extra wagtail --with wagtail~=${{ matrix.wagtail-version }}.0 pytest
77
- uses: codecov/codecov-action@v5
78
with:
79
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments