We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a15b01 commit d89a72eCopy full SHA for d89a72e
.github/workflows/docs.yml
@@ -55,9 +55,11 @@ jobs:
55
pip install --upgrade pip
56
pip install -r requirements.txt
57
58
- - name: Install stochtree python package
+ - name: Install local copy of the stochtree python package
59
run: |
60
- pip install stochtree
+ cd stochtree_repo
61
+ pip install .
62
+ cd ..
63
64
- name: Setup pandoc
65
uses: r-lib/actions/setup-pandoc@v2
0 commit comments