Skip to content

Commit bbf7881

Browse files
Install all requirements in documentation workflow
1 parent 7651d11 commit bbf7881

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v3
19+
- name: Install requirements
20+
run: |
21+
pip install -r requirements.txt
1922
- name: Install dependencies
2023
run: |
2124
pip install sphinx sphinx_rtd_theme myst_parser

0 commit comments

Comments
 (0)