We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9245968 commit d4d09f0Copy full SHA for d4d09f0
2 files changed
.github/workflows/pipeline.yml
@@ -21,7 +21,6 @@ jobs:
21
- name: Test
22
shell: bash -l {0}
23
run: |
24
- pip install python-workflow-definition
25
verdi presto --profile-name pwd
26
cp .ci_support/test_with_aiida.py .
27
python test_with_aiida.py
@@ -41,7 +40,6 @@ jobs:
41
40
42
43
44
45
cp .ci_support/test_with_jobflow.py .
46
python test_with_jobflow.py
47
@@ -60,6 +58,5 @@ jobs:
60
58
61
59
62
63
64
cp .ci_support/test_with_pyiron.py .
65
python test_with_pyiron.py
environment.yml
@@ -2,3 +2,5 @@ channels:
2
- conda-forge
3
dependencies:
4
- python =3.12
5
+- pip:
6
+ - python-workflow-definition==0.0.1
0 commit comments