Skip to content

Commit 087aa87

Browse files
committed
Drop explicit version
1 parent 06d400a commit 087aa87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
runs-on: ubuntu-latest
6262
strategy:
6363
matrix:
64-
python-version: ["3.x"]
6564
wagtail-version:
6665
- "6.3"
6766
- "7.0"
@@ -71,9 +70,7 @@ jobs:
7170
- uses: actions/checkout@v6
7271
- run: sudo apt-get update && sudo apt-get install -y gettext
7372
- 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
73+
- run: uv run --extra wagtail --with wagtail~=${{ matrix.wagtail-version }}.0 pytest
7774
- uses: codecov/codecov-action@v5
7875
with:
7976
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)