-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[ci] replace uses of 'mamba' with 'conda', use Python 12 for test-python-latest-job #6663
Conversation
While testing this, I encountered another unrelated error on the
Looks to me that https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/scipy/ does not have Python 3.11 manylinux x86_64 wheels. Using Python 3.12 for that job should fix that... and is probably good anyway, since (for 2 more days) it's the latest released stable Python version. |
It does look like switching from Upgrading to Python 3.12 did not help with the If that isn't resolved in a day or 2, we can temporarily stop using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your work on this!
I remember I've already seen this scipy issue a week or two ago...
Thanks! I just manually re-ran the failed Python job and the |
Trying to fix #6539 (comment)
Starting with the
23.10
release ofconda
(about a year ago), theconda
executable now uses the mamba solver by default... so there's no need to invoke themamba
executable any more:We should be able to use
conda {command}
instead ofmamba {command}
without any loss of performance now, and I'm hoping it will fix the issue withmamba
reported in the linked comment above.Notes for Reviewers
Searched for all uses of
mamba
like this:git grep 'mamba'