Skip to content

Commit a696fb4

Browse files
committed
docs: updated readthedocs workflow
1 parent 907d265 commit a696fb4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.readthedocs.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ build:
88
conda:
99
environment: environment.yml
1010

11-
11+
python:
12+
install:
13+
- method: pip
14+
path: .
15+
- method: pip
16+
path: .[dev] # Install development dependencies via pip

0 commit comments

Comments
 (0)