Skip to content

Commit

Permalink
Merge pull request #577 from pyiron/graph
Browse files Browse the repository at this point in the history
Graph-based pyiron workflows
  • Loading branch information
liamhuber authored Mar 9, 2023
2 parents 047bd6a + 326b2ee commit 1f2dcea
Show file tree
Hide file tree
Showing 22 changed files with 2,148 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .ci_support/environment-notebooks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
channels:
- conda-forge
dependencies:
- lammps
1 change: 1 addition & 0 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ dependencies:
- moto =4.1.3
- pycp2k =0.2.2
- sqlalchemy <2
- typeguard =2.13.3
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
python-version: '3.10'
env-prefix: /usr/share/miniconda3/envs/my-env
env-label: linux-64-py-3-10
env-files: .ci_support/environment.yml
env-files: .ci_support/environment.yml .ci_support/environment-notebooks.yml
exclusion-file: .ci_support/exclude
Loading

0 comments on commit 1f2dcea

Please sign in to comment.