Skip to content

Commit 3663e0c

Browse files
committed
CI: Display Sphinx and docutils versions more prominently
1 parent 9491230 commit 3663e0c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
enable-cache: true
8888
version: "latest"
8989

90-
- name: Setup project
90+
- name: Set up project
9191
run: |
9292
9393
# Install package in editable mode.
@@ -97,8 +97,10 @@ jobs:
9797
uv pip install 'sphinx==${{ matrix.sphinx-version }}'
9898
uv pip install 'docutils==${{ matrix.docutils-version }}'
9999
100-
# Display Sphinx version.
100+
- name: Sphinx and docutils versions
101+
run: |
101102
sphinx-build --version
103+
docutils --version
102104
103105
- name: Run linter and software tests
104106
run: |

0 commit comments

Comments
 (0)