Skip to content

Commit 84bcc22

Browse files
committed
Fix breakages
1 parent e4430de commit 84bcc22

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +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
34+
if [ -f docs/requirements.txt ]; then uv pip install --system -r docs/requirements.txt; fi
3535
if [ -f requirements.txt ]; then uv pip install --system -r requirements.txt; fi
3636
{%- if include_notebooks %}
3737
- name: Install notebook requirements

python-project-template/requirements.txt.jinja

Whitespace-only changes.

0 commit comments

Comments
 (0)