You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #67 fails in a way that's unrelated to the content of the change.
I would expect based on the Travis log that any other PR will also fail, and that re-building the master branch will also fail.
The cause is that the Dockerfile specifies ENV CONDA_VERSION 4.4.10, but the latest Miniconda version as shown on https://repo.continuum.io/miniconda/ is 4.5.4. This causes assert current.headers['etag'] == latest.headers['etag'] in test_dependencies.py to fail.
The text was updated successfully, but these errors were encountered:
PR #67 fails in a way that's unrelated to the content of the change.
I would expect based on the Travis log that any other PR will also fail, and that re-building the master branch will also fail.
The cause is that the Dockerfile specifies
ENV CONDA_VERSION 4.4.10
, but the latest Miniconda version as shown on https://repo.continuum.io/miniconda/ is 4.5.4. This causesassert current.headers['etag'] == latest.headers['etag']
intest_dependencies.py
to fail.The text was updated successfully, but these errors were encountered: