Skip to content

Commit 45ae91d

Browse files
committed
add python workflow definition to conda environment
1 parent 9245968 commit 45ae91d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Test
2222
shell: bash -l {0}
2323
run: |
24-
pip install python-workflow-definition
2524
verdi presto --profile-name pwd
2625
cp .ci_support/test_with_aiida.py .
2726
python test_with_aiida.py
@@ -41,7 +40,6 @@ jobs:
4140
- name: Test
4241
shell: bash -l {0}
4342
run: |
44-
pip install python-workflow-definition
4543
cp .ci_support/test_with_jobflow.py .
4644
python test_with_jobflow.py
4745
@@ -60,6 +58,5 @@ jobs:
6058
- name: Test
6159
shell: bash -l {0}
6260
run: |
63-
pip install python-workflow-definition
6461
cp .ci_support/test_with_pyiron.py .
6562
python test_with_pyiron.py

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ channels:
22
- conda-forge
33
dependencies:
44
- python =3.12
5+
- pip:
6+
- python-workflow-definition =0.0.1

0 commit comments

Comments
 (0)