ProjectPythia/pythia-foundations

⚠️ Nightly build failed ⚠️

github-actions opened this issue · 5 comments

@ProjectPythia/infrastructure the Foundations build has been failing for a few days now, apparently due to a new conflict in solving the environment. e.g. the log here

ktyle commented

I will take a gander ...

ktyle commented

Looks like when github actions tries to install mamba, the conda installer is unable to solve the install. One thing I notice is that python-version is set to 3.8 in three of our four workflow .yaml files. I am going to first try setting it to 3.10 to see if that helps.

ktyle commented

I've followed https://ericmjl.github.io/blog/2021/12/30/better-conda-environments-on-github-actions/ which enables a Mambaforge variant of miniconda. The book build succeeds now, but there looks to be a prettier issue that needs fixing.

ktyle commented

#362 looks to be all set now ... 😸