Skip to content

Commit

Permalink
Merge pull request #9 from mbruns91/display_updated_notebook
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
mbruns91 authored Aug 23, 2024
2 parents 065f8e0 + 1170e99 commit e1a9aca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
A template repository for setting up an environment where nodes for a workflow using `pyiron_workflow` can be developed by different people in parallel.

Usage goes like so:
- the team sets up a dummy workflow using placeholder-vwersions of the involved nodes
- the team sets up a dummy workflow using placeholder-versions of the involved nodes
- the team creates a repository using *this* repo as a template (especially anything located in `.github/` and `.ci_support/`)
- add dependencies to `.ci_support/environment.yml`!
- each dev opens a branch + PR for her work
- as soon as the `run_workflow` label is added to the PR, each push triggers workflow execution via actions.
- the updated notebook is uploaded as a github action artifact (Actions -> select CI run -> Artifacts). Download, unzip and view locally.
- the updated notebook is uploaded as a github action artifact (Actions -> select CI run -> Artifacts). You may
- download (unzip) and view it locally
- navigate to the directory `ci_output` and view theredered workflow directly in your browser. After each workflow execution, a link to this file is posted as a comment in the correspoinding PR.

0 comments on commit e1a9aca

Please sign in to comment.