Skip to content

Commit

Permalink
Update workflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Jul 6, 2024
1 parent c34afbf commit f486a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exemplary_workflow/pyiron/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"processing": "../source/envs/processing.yaml",
"postprocessing": "../source/envs/postprocessing.yaml"
}.items():
pr.conda_environment.create(env_name=k, env_file=v, use_mamba=True)
pr.conda_environment.create(env_name=k, env_file=v)


# Preprocessing
Expand Down

0 comments on commit f486a00

Please sign in to comment.