ci: Install docs/reqs (namely, furo-ys)

This commit is contained in:
Krystine Sherwin 2024-10-15 11:37:52 +13:00
parent 27b8b4e81e
commit c93fd54e43
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,11 @@ jobs:
docs/source/_images
docs/source/code_examples
- name: Install doc prereqs
shell: bash
run: |
make docs/reqs
- name: Test build docs
shell: bash
run: |