Skip to content

Commit e3e8601

Browse files
committed
debug ci
1 parent 97bac14 commit e3e8601

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
verdi presto --profile-name pwd
2626
- name: Tests
2727
shell: bash -l {0}
28-
run: python .ci_support/aiida.py
28+
run: |
29+
cp .ci_support/aiida.py .
30+
python aiida.py
2931
3032
jobflow:
3133
runs-on: ubuntu-latest
@@ -44,7 +46,9 @@ jobs:
4446
run: pip install python-workflow-definition
4547
- name: Tests
4648
shell: bash -l {0}
47-
run: python .ci_support/jobflow.py
49+
run: |
50+
cp .ci_support/jobflow.py .
51+
python jobflow.py
4852
4953
pyiron:
5054
runs-on: ubuntu-latest
@@ -63,4 +67,6 @@ jobs:
6367
run: pip install python-workflow-definition
6468
- name: Tests
6569
shell: bash -l {0}
66-
run: python .ci_support/pyiron.py
70+
run: |
71+
cp .ci_support/pyiron.py .
72+
python pyiron.py

0 commit comments

Comments
 (0)