Skip to content

Commit 5819903

Browse files
committed
Fix paths to docs requirements
1 parent ce1b8ed commit 5819903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install doc dependencies
106106
run: |
107107
cd docs
108-
${CONDA_RUN} python -m pip install -r docs/requirements.txt -r docs/requirements-tutorials.txt
108+
${CONDA_RUN} python -m pip install -r requirements.txt -r requirements-tutorials.txt
109109
- name: Build docs
110110
run: |
111111
cd docs

0 commit comments

Comments
 (0)