Skip to content

Commit bb2858c

Browse files
authored
Merge pull request #132 from dianna-ai/fix-notebook-tests
add notebooks extras_require for running notebooks
2 parents 6629b4d + 96684cf commit bb2858c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/install-python-and-package/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ runs:
2323
shell: bash {0}
2424
run: |
2525
python3 -m pip install --upgrade pip setuptools
26-
python3 -m pip install .[dev,publishing]
26+
python3 -m pip install .[dev,publishing,notebooks]

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ dev =
6969
publishing =
7070
twine
7171
wheel
72+
notebooks =
73+
torchvision
7274

7375
[options.packages.find]
7476
include = dianna, dianna.*

0 commit comments

Comments
 (0)