@@ -18,16 +18,13 @@ jobs:
18
18
miniforge-version : latest
19
19
condarc-file : .condarc
20
20
environment-file : environment.yml
21
- - name : Installation and setup
21
+ - name : Test
22
22
shell : bash -l {0}
23
23
run : |
24
24
pip install python-workflow-definition
25
25
verdi presto --profile-name pwd
26
- - name : Tests
27
- shell : bash -l {0}
28
- run : |
29
- cp .ci_support/test_aiida.py .
30
- python test_aiida.py
26
+ cp .ci_support/test_with_aiida.py .
27
+ python test_with_aiida.py
31
28
32
29
jobflow :
33
30
runs-on : ubuntu-latest
@@ -41,14 +38,12 @@ jobs:
41
38
miniforge-version : latest
42
39
condarc-file : .condarc
43
40
environment-file : environment.yml
44
- - name : Installation and setup
45
- shell : bash -l {0}
46
- run : pip install python-workflow-definition
47
- - name : Tests
41
+ - name : Test
48
42
shell : bash -l {0}
49
43
run : |
50
- cp .ci_support/test_jobflow.py .
51
- python test_jobflow.py
44
+ pip install python-workflow-definition
45
+ cp .ci_support/test_with_jobflow.py .
46
+ python test_with_jobflow.py
52
47
53
48
pyiron :
54
49
runs-on : ubuntu-latest
62
57
miniforge-version : latest
63
58
condarc-file : .condarc
64
59
environment-file : environment.yml
65
- - name : Installation and setup
66
- shell : bash -l {0}
67
- run : pip install python-workflow-definition
68
- - name : Tests
60
+ - name : Test
69
61
shell : bash -l {0}
70
62
run : |
71
- cp .ci_support/test_pyiron.py .
72
- python test_pyiron.py
63
+ pip install python-workflow-definition
64
+ cp .ci_support/test_with_pyiron.py .
65
+ python test_with_pyiron.py
0 commit comments