Skip to content

Commit 641a562

Browse files
authored
Add back docs/requirements.txt
Add conditional installation of documentation requirements.
1 parent 3f45c0a commit 641a562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-project-template/.github/workflows/{% if include_docs %}build-documentation.yml{% endif %}.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
sudo apt-get update
3333
uv pip install --system -e .
34+
if [ -f docs/requirements.txt ]; then uv pip install -r docs/requirements.txt; fi
3435
if [ -f requirements.txt ]; then uv pip install --system -r requirements.txt; fi
3536
{%- if include_notebooks %}
3637
- name: Install notebook requirements

0 commit comments

Comments
 (0)