ProjectPythia / pythia-foundations

Jupyterbook source for the Foundations collection
http://foundations.projectpythia.org
Apache License 2.0
60 stars 43 forks source link

⚠️ Nightly build failed ⚠️ #360

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Workflow Run URL

brian-rose commented 1 year ago

@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 1 year ago

I will take a gander ...

ktyle commented 1 year ago

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 1 year ago

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 1 year ago

362 looks to be all set now ... 😸