File tree 5 files changed +4
-18
lines changed
5 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ jobs:
52
52
else
53
53
pip install torch==1.11+cpu -f https://download.pytorch.org/whl/torch_stable.html;
54
54
fi
55
+ pip install -e .
55
56
if [[ ${{ matrix.extras }} == "with-extras" ]]; then
56
57
pip install "pyro-ppl>=1.8";
57
58
pip install faiss-cpu; # Unofficial pip release: https://pypi.org/project/faiss-cpu/#history
58
59
fi
59
- pip install -r requirements.txt
60
60
- name : Run unit tests
61
61
run : |
62
62
python -m unittest discover
73
73
run : |
74
74
pip install torch==1.11+cpu -f https://download.pytorch.org/whl/torch_stable.html
75
75
pip install pytest nbval jupyter tqdm matplotlib torchvision scipy
76
- pip install -r requirements.txt
77
- python setup.py build develop
76
+ pip install -e .
78
77
pip install "pyro-ppl>=1.8";
79
78
pip install faiss-cpu; # Unofficial pip release: https://pypi.org/project/faiss-cpu/#history
80
79
- name : Run example notebooks
Original file line number Diff line number Diff line change @@ -25,5 +25,4 @@ sphinx:
25
25
# Optionally set the version of Python and requirements required to build your docs
26
26
python :
27
27
install :
28
- - requirements : requirements.txt
29
28
- requirements : docs/requirements.txt
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ sphinx_autodoc_typehints
8
8
nbsphinx
9
9
m2r2
10
10
pyro-ppl
11
+ linear_operator >= 0.2.0
12
+ torch >= 1.11
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments