Skip to content

Commit f666ec9

Browse files
committed
fix: added separate fenn import
1 parent cfd604d commit f666ec9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
pip install sphinx
4040
pip install -r requirements.txt
4141
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
42-
42+
pip install -e fenn
43+
4344
- name: Generate UML diagrams
4445
run: make uml FENN_PKG=fenn/fenn
4546

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ sphinx_design
44
myst_parser
55
furo
66
sphinxcontrib-mermaid
7-
pylint
7+
pylint

0 commit comments

Comments
 (0)