Skip to content

Commit 84efe36

Browse files
committed
rename
1 parent f4e04be commit 84efe36

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/workflows/pipeline.yml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@ jobs:
1818
miniforge-version: latest
1919
condarc-file: .condarc
2020
environment-file: environment.yml
21-
- name: Installation and setup
21+
- name: Test
2222
shell: bash -l {0}
2323
run: |
2424
pip install python-workflow-definition
2525
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
3128
3229
jobflow:
3330
runs-on: ubuntu-latest
@@ -41,14 +38,12 @@ jobs:
4138
miniforge-version: latest
4239
condarc-file: .condarc
4340
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
4842
shell: bash -l {0}
4943
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
5247
5348
pyiron:
5449
runs-on: ubuntu-latest
@@ -62,11 +57,9 @@ jobs:
6257
miniforge-version: latest
6358
condarc-file: .condarc
6459
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
6961
shell: bash -l {0}
7062
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

Comments
 (0)