We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bac14 commit e3e8601Copy full SHA for e3e8601
1 file changed
.github/workflows/pipeline.yml
@@ -25,7 +25,9 @@ jobs:
25
verdi presto --profile-name pwd
26
- name: Tests
27
shell: bash -l {0}
28
- run: python .ci_support/aiida.py
+ run: |
29
+ cp .ci_support/aiida.py .
30
+ python aiida.py
31
32
jobflow:
33
runs-on: ubuntu-latest
@@ -44,7 +46,9 @@ jobs:
44
46
run: pip install python-workflow-definition
45
47
48
- run: python .ci_support/jobflow.py
49
50
+ cp .ci_support/jobflow.py .
51
+ python jobflow.py
52
53
pyiron:
54
@@ -63,4 +67,6 @@ jobs:
63
67
64
68
65
69
66
- run: python .ci_support/pyiron.py
70
71
+ cp .ci_support/pyiron.py .
72
+ python pyiron.py
0 commit comments