Skip to content

Commit 7664092

Browse files
author
Kelly Stanton
committed
removing req-ci.txt entirely due to persistent err
1 parent a5f2e59 commit 7664092

1 file changed

Lines changed: 17 additions & 12 deletions

File tree

.circleci/docker/common/install_conda.sh

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,24 @@ if [ -n "$ANACONDA_PYTHON_VERSION" ]; then
9797
# Pin SciPy because of failing distribution tests (see #60347)
9898
# Pin MyPy version because new errors are likely to appear with each release
9999
# Pin hypothesis to avoid flakiness: https://github.com/pytorch/pytorch/issues/31136
100-
as_jenkins pip install --progress-bar off boto3==1.16.34 \
100+
as_jenkins pip install --progress-bar off pytest \
101+
scipy==1.6.3 \
102+
scikit-image \
103+
psutil \
104+
unittest-xml-reporting \
105+
boto3==1.16.34 \
101106
hypothesis==4.53.2 \
102-
#pytest \
103-
#scipy==1.6.3 \
104-
#scikit-image \
105-
#psutil \
106-
#unittest-xml-reporting \
107-
#expecttest==0.1.3 \
108-
#mypy==0.812 \
109-
#tb-nightly \
110-
#librosa>=0.6.2
111-
112-
as_jenkins pip install --progress-bar off -r /opt/conda/requirements-ci.txt
107+
expecttest==0.1.3 \
108+
mypy==0.812 \
109+
tb-nightly \
110+
librosa>=0.6.2
111+
112+
# FIXME
113+
# installing packages from the requirements-ci.txt causes checks to fail
114+
# (with massive logs) for some non docker platforms Ex.
115+
# linux-xenial-py3.7-clang7-onnx / test (default, 1, 2, linux.2xlarge)
116+
# linux-bionic-py3.7-clang9 / test (default, 2, 2, linux.2xlarge) (pull_request)
117+
#as_jenkins pip install --progress-bar off -r /opt/conda/requirements-ci.txt
113118

114119
# Install numba only on python-3.8 or below
115120
# For numba issue see https://github.com/pytorch/pytorch/issues/51511

0 commit comments

Comments
 (0)