Skip to content

Commit eaee3f5

Browse files
authored
Add version checks for Blurb and Sphinx in workflow
1 parent 619d2c0 commit eaee3f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
- name: Add problem matcher
7474
uses: sphinx-doc/github-problem-matcher@v1.1
7575

76+
- run: cpython/Doc/venv/bin/blurb help
77+
- run: cpython/Doc/venv/bin/sphinx-build --version
78+
7679
- name: Build docs
7780
id: build
7881
run: ./scripts/build.sh ${{ matrix.format }}

0 commit comments

Comments
 (0)