Skip to content

Commit ba7f973

Browse files
author
daniel.eades
committed
fixup
1 parent 95b740a commit ba7f973

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- "3.13"
4040
- "3.13t"
4141
docutils:
42-
- "0.20"
43-
- "0.21"
42+
- "0.20.0"
43+
- "0.21.0"
4444
# include:
4545
# # test every supported Docutils version for the latest supported Python
4646
# - python: "3.13"
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
UV_PYTHON: "python${{ matrix.python }}"
7474
- name: Install Docutils ${{ matrix.docutils }}
75-
run: uv pip install --upgrade "docutils~=${{ matrix.docutils }}.0"
75+
run: uv pip install --upgrade "docutils~=${{ matrix.docutils }}"
7676
env:
7777
UV_PYTHON: "python${{ matrix.python }}"
7878
- name: Test with pytest
@@ -90,8 +90,8 @@ jobs:
9090
python:
9191
- "3.14"
9292
docutils:
93-
- "0.20"
94-
- "0.21"
93+
- "0.20.0"
94+
- "0.21.0"
9595

9696
steps:
9797
- uses: actions/checkout@v4
@@ -110,7 +110,7 @@ jobs:
110110
python -m pip install --upgrade pip
111111
python -m pip install . --group test
112112
- name: Install Docutils ${{ matrix.docutils }}
113-
run: python -m pip install --upgrade "docutils~=${{ matrix.docutils }}.0"
113+
run: python -m pip install --upgrade "docutils~=${{ matrix.docutils }}"
114114
- name: Test with pytest
115115
run: python -m pytest -n logical --dist=worksteal -vv --durations 25
116116
env:

0 commit comments

Comments
 (0)