From 45ae91d632c72f20f049a1b529238978b9df98f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Fri, 25 Apr 2025 12:51:17 +0200 Subject: [PATCH 1/2] add python workflow definition to conda environment --- .github/workflows/pipeline.yml | 3 --- environment.yml | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 1dad4f1..f6fa88a 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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 @@ -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 @@ -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 diff --git a/environment.yml b/environment.yml index d829e9c..a593de1 100644 --- a/environment.yml +++ b/environment.yml @@ -2,3 +2,5 @@ channels: - conda-forge dependencies: - python =3.12 +- pip: + - python-workflow-definition =0.0.1 From 4d60dcbe5bcf9d194229c936f14c6c687d4f7848 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 25 Apr 2025 12:56:28 +0200 Subject: [PATCH 2/2] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index a593de1..60e3675 100644 --- a/environment.yml +++ b/environment.yml @@ -3,4 +3,4 @@ channels: dependencies: - python =3.12 - pip: - - python-workflow-definition =0.0.1 + - python-workflow-definition==0.0.1