Skip to content

Commit d89a72e

Browse files
committed
Updated doc build to use local copy of stochtree
1 parent 8a15b01 commit d89a72e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ jobs:
5555
pip install --upgrade pip
5656
pip install -r requirements.txt
5757
58-
- name: Install stochtree python package
58+
- name: Install local copy of the stochtree python package
5959
run: |
60-
pip install stochtree
60+
cd stochtree_repo
61+
pip install .
62+
cd ..
6163
6264
- name: Setup pandoc
6365
uses: r-lib/actions/setup-pandoc@v2

0 commit comments

Comments
 (0)