Skip to content

Commit 33d5625

Browse files
committed
CI: Display Sphinx version after populating test matrix slot
1 parent 928b5e6 commit 33d5625

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
# Install specific Sphinx version, according to test matrix slot.
6969
uv pip install 'sphinx==${{ matrix.sphinx-version }}'
7070
71+
# Display Sphinx version.
72+
sphinx-build --version
73+
7174
- name: Run linter and software tests
7275
run: |
7376
poe check

0 commit comments

Comments
 (0)