From f378a5da14d7e3ebbea49e39cbe817fe6c329e96 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 19 Dec 2025 06:08:21 +0100 Subject: [PATCH 1/3] Update pipeline.yml --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 33cf959d..4d02976c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -229,7 +229,7 @@ jobs: shell: bash -l {0} timeout-minutes: 5 run: | - echo -e '- coverage\n- flux-core =0.79.0\n- flux-pmix=0.6.0' >> .ci_support/environment-openmpi.yml + echo -e '- coverage\n- flux-core =0.79.0\n- flux-pmix=0.7.0' >> .ci_support/environment-openmpi.yml cat .ci_support/environment-openmpi.yml - uses: conda-incubator/setup-miniconda@v3 with: From 2beb5d6912f93328a217654ca4338bb765166259 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 19 Dec 2025 06:14:43 +0100 Subject: [PATCH 2/3] Update environment.yml --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index 223ae5b3..8e7de346 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -6,7 +6,7 @@ dependencies: - openmpi - cloudpickle =3.1.2 - flux-core =0.79.0 -- flux-pmix =0.6.0 +- flux-pmix =0.7.0 - hatchling =1.27.0 - hatch-vcs =0.5.0 - h5py =3.15.1 From ea047d4b8787d2d90cd8ed145a2f8b6a3e397109 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 19 Dec 2025 06:59:37 +0100 Subject: [PATCH 3/3] Update pipeline.yml --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4d02976c..499088d0 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -229,7 +229,7 @@ jobs: shell: bash -l {0} timeout-minutes: 5 run: | - echo -e '- coverage\n- flux-core =0.79.0\n- flux-pmix=0.7.0' >> .ci_support/environment-openmpi.yml + echo -e '- coverage\n- flux-core =0.79.0\n- flux-pmix=0.7.0\n- openmpi=5.0.8=h2fe1745_109' >> .ci_support/environment-openmpi.yml cat .ci_support/environment-openmpi.yml - uses: conda-incubator/setup-miniconda@v3 with: