File tree 3 files changed +2
-17
lines changed
3 files changed +2
-17
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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments