File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 21
21
- name : Test
22
22
shell : bash -l {0}
23
23
run : |
24
- pip install python-workflow-definition
25
24
verdi presto --profile-name pwd
26
25
cp .ci_support/test_with_aiida.py .
27
26
python test_with_aiida.py
41
40
- name : Test
42
41
shell : bash -l {0}
43
42
run : |
44
- pip install python-workflow-definition
45
43
cp .ci_support/test_with_jobflow.py .
46
44
python test_with_jobflow.py
47
45
60
58
- name : Test
61
59
shell : bash -l {0}
62
60
run : |
63
- pip install python-workflow-definition
64
61
cp .ci_support/test_with_pyiron.py .
65
62
python test_with_pyiron.py
Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ channels:
2
2
- conda-forge
3
3
dependencies :
4
4
- python =3.12
5
+ - pip :
6
+ - python-workflow-definition =0.0.1
You can’t perform that action at this time.
0 commit comments