anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
216 stars 88 forks source link

Switch to upstream ruamel.yaml package #399

Open mbargull opened 8 months ago

mbargull commented 8 months ago

Closes gh-364. Supersedes gh-365.


Switch to upstream ruamel.yaml package. Avoid usage of deprecated top-level ruamel.yaml load/dump functions. Those have been removed in ruamel.yaml>=0.18 .


The dependency change was similarly done for conda>=22.11 in

with the ruamel_yaml fallback finally removed recently (for conda>23.10) in

mbargull commented 7 months ago

@AlbertDeFusco , the CI was probably affected by https://www.githubstatus.com/incidents/x39xrr5m11b3 . Please restart again and push any necessary changes to this branch at will.

AlbertDeFusco commented 7 months ago

I've started the tests and I'll take a look

mbargull commented 7 months ago

I took another look at the CI log and it seems the path to the Conda installation simply changed from /usr/share/miniconda3 to /usr/share/miniconda.

mbargull commented 7 months ago

CI failures are unrelated to the changes here (mostly probably just test code needing adjustments to changes in anaconda-client) and out of scope for this pull request.