Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Test
shell: bash -l {0}
run: |
pip install python-workflow-definition
verdi presto --profile-name pwd
cp .ci_support/test_with_aiida.py .
python test_with_aiida.py
Expand All @@ -41,7 +40,6 @@ jobs:
- name: Test
shell: bash -l {0}
run: |
pip install python-workflow-definition
cp .ci_support/test_with_jobflow.py .
python test_with_jobflow.py
Expand All @@ -60,6 +58,5 @@ jobs:
- name: Test
shell: bash -l {0}
run: |
pip install python-workflow-definition
cp .ci_support/test_with_pyiron.py .
python test_with_pyiron.py
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ channels:
- conda-forge
dependencies:
- python =3.12
- pip:
- python-workflow-definition==0.0.1
Loading