summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checks.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml
index e1cb266fb..5ec3be43b 100644
--- a/.github/workflows/checks.yaml
+++ b/.github/workflows/checks.yaml
@@ -180,10 +180,12 @@ jobs:
run: |
echo "Failed to restore Python venv from cache"
exit 1
+ - name: Install tox
+ run: |
+ pip install -U tox
- name: Run checks on documentation code examples
run: |
- . venv/bin/activate
- pytest doc/test_messages_documentation.py
+ tox -e test_doc
- name: Check documentation build and links
run: |
. venv/bin/activate