Skip to content

Outdated CONDA_VERSION causes PRs to fail #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
osteele opened this issue Jun 18, 2018 · 0 comments
Closed

Outdated CONDA_VERSION causes PRs to fail #68

osteele opened this issue Jun 18, 2018 · 0 comments

Comments

@osteele
Copy link
Contributor

osteele commented Jun 18, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant