pyiron / pyiron_continuum

pyiron_continuum - additional modules for the pyiron IDE supporting continuum scale simulations and workflows
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Add binder button for PRs #291

Open liamhuber opened 3 months ago

liamhuber commented 3 months ago

In the meeting this morning we discussed having a binder button available on each individual PR, but I couldn't remember how I had configured it.

Turns out it's all configured in pyiron/actions, so you can leverage it by just adding a call to the reusable workflow in .github/workflows in this repo, just like in the module template (also the same in pyiron_workflow, etc).

liamhuber commented 3 months ago

Note: the binder button is broken in actions-3.1.0, use the older actions-2.0.7. I'll fix it in the next release.