-
-
Notifications
You must be signed in to change notification settings - Fork 34
Remove astropy-ci-extras from the default conda channels #97
Remove astropy-ci-extras from the default conda channels #97
Conversation
Another solution is to add |
The |
Can we pin the version of conda used? |
what you mean @astrofrog? anaconda doesn't build new versions against old numpies, this the old ones are stucked with the astropy version of the time when they were new. |
Can The other option would be if old versions of |
I'm thinking that the issues we are seeing today are a conda bug, so I'm just wondering whether we can revert to an earlier version of conda. |
By the way, looks like SunPy are having issues too: https://travis-ci.org/sunpy/sunpy/jobs/137763718 - though I've asked @Cadair to restart that to see. |
@larrybradley - I think conda can downgrade itself, yes. |
I believe that the conda bug was solved with adding the This is the list of the available astropy versions on conda:
|
Ok - I think we should add back astropy-ci-helpers for now and we might be back to normal? Then we can try and phase it out more gradually? |
Yes, that's a sensible workaround. |
By the way, I wonder if as ci-helpers gets adopted by more projects, we need either a twitter account or a simple status page so that if people are running into issues, they can see if we are working on it? |
Maybe. Though I would go to the issue tracker first when trying to figure out such info rather than to twitter. |
This is a workaround for currently failing tests in astropy (e.g. astropy/astropy#5094), a place for discussion for long term solution is in #98.
[Edit] - The PR also manually adds the
defaults
conda channel, for details see conda/conda#2675