Skip to content

Commit 67f3fe3

Browse files
committed
Update build-doc.yml
1 parent e1db3fd commit 67f3fe3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-doc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
cd doc
2828
uv venv
2929
uv pip install -r requirements.txt
30+
31+
- name: Install plotly in editable mode
32+
if: github.ref_name != 'doc-prod'
33+
run: |
34+
cd doc
3035
uv pip install -e ..
3136
3237
- name: List installed packages

0 commit comments

Comments
 (0)