Skip to content

Commit f4e04be

Browse files
committed
fix import
1 parent 80aedf4 commit f4e04be

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/workflows/pipeline.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Tests
2727
shell: bash -l {0}
2828
run: |
29-
cp .ci_support/aiida.py .
30-
python aiida.py
29+
cp .ci_support/test_aiida.py .
30+
python test_aiida.py
3131
3232
jobflow:
3333
runs-on: ubuntu-latest
@@ -47,8 +47,8 @@ jobs:
4747
- name: Tests
4848
shell: bash -l {0}
4949
run: |
50-
cp .ci_support/jobflow.py .
51-
python jobflow.py
50+
cp .ci_support/test_jobflow.py .
51+
python test_jobflow.py
5252
5353
pyiron:
5454
runs-on: ubuntu-latest
@@ -68,5 +68,5 @@ jobs:
6868
- name: Tests
6969
shell: bash -l {0}
7070
run: |
71-
cp .ci_support/pyiron.py .
72-
python pyiron.py
71+
cp .ci_support/test_pyiron.py .
72+
python test_pyiron.py

0 commit comments

Comments
 (0)