ci-linux: Remove unmaintained local-conda runs#35125
ci-linux: Remove unmaintained local-conda runs#35125dimpase merged 1 commit intosagemath:developfrom
Conversation
|
Shouldn't be then the corresponding part of the tox ini file also be removed? Also, what is the difference between this tox-based conda run and the one in conda-ci? |
No, the tox.ini can be used locally. |
The one removed here builds sage-the-distribution on top of conda-forge. But this mode of installation is also tested using In contrast, in conda-ci, we use the "experimental" method of running sagelib directly on top of conda-forge. |
tobiasdiez
left a comment
There was a problem hiding this comment.
Thanks for the explanation. Makes sense!
|
Thank you! |
|
Documentation preview for this PR is ready! 🎉 |
|
merging, as it improves CI by removing broken tests |
📚 Description
These are jobs that run directly on the GH Actions container instead of using Docker.
We remove them.
These jobs have been failing for a long time.
Newer tests for conda-forge have been added in
ci-conda.yml, which makes these ones here obsolete.📝 Checklist
⌛ Dependencies