ProjectPythia / cookbook-template

Project Pythia Cookbook template
https://projectpythia.org/cookbook-template/
Apache License 2.0
21 stars 16 forks source link

Don't use binderbot! #91

Closed brian-rose closed 1 year ago

brian-rose commented 1 year ago

This PR tests the new switch to disable executing via binderbot.

I don't think this should be merged, rather I think the default in the template should use binderbot, as in #90. But we want to test this option (and document its use).

github-actions[bot] commented 1 year ago

👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. 🔍 Git commit SHA: 533d4b664188e650199001303f9dde73146a5d33 ✅ Deployment Preview URL: https://ProjectPythiaCookbooks.github.io/cookbook-template/_preview/91

brian-rose commented 1 year ago

Differences include:

brian-rose commented 1 year ago

Both this and #90 are working now.

But if we're going to have a switch to toggle Binder execution on and off, it should be simpler (i.e. fewer edits needed in the repo).

Maybe a better approach is to get rid of the book-build-environment.yml file and associated defaults in https://github.com/ProjectPythiaCookbooks/cookbook-actions/pull/19 in favor of a single environment.yml. We can "hard code" the minimal book build environment in the workflow files for the case where we're executing via binder.