Skip to content

Commit d225cb1

Browse files
committed
Remove unnecessary requirements.txt and environment.yml.
1 parent 5cf59b9 commit d225cb1

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

.github/workflows/run_test_suite.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
else
5353
pip install torch==1.11+cpu -f https://download.pytorch.org/whl/torch_stable.html;
5454
fi
55+
pip install -e .
5556
if [[ ${{ matrix.extras }} == "with-extras" ]]; then
5657
pip install "pyro-ppl>=1.8";
5758
pip install faiss-cpu; # Unofficial pip release: https://pypi.org/project/faiss-cpu/#history
5859
fi
59-
pip install -r requirements.txt
6060
- name: Run unit tests
6161
run: |
6262
python -m unittest discover
@@ -73,8 +73,7 @@ jobs:
7373
run: |
7474
pip install torch==1.11+cpu -f https://download.pytorch.org/whl/torch_stable.html
7575
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 .
7877
pip install "pyro-ppl>=1.8";
7978
pip install faiss-cpu; # Unofficial pip release: https://pypi.org/project/faiss-cpu/#history
8079
- name: Run example notebooks

environment.yml

-8
This file was deleted.

requirements.txt

-6
This file was deleted.

0 commit comments

Comments
 (0)