Skip to content

Commit 26069fa

Browse files
committed
install openfe so we can get the version metadata
1 parent 429447c commit 26069fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/openfe-doc-build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ jobs:
4343

4444
- name: Build the docs
4545
run: |
46+
cd openfe
47+
# install so that we can get a version metadata we use in docs
48+
pip install . --no-deps
4649
cd openfe/docs
4750
make html

0 commit comments

Comments
 (0)