From ea3d21a07308139fe8dc0c000e82a768433fad3e Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 4 Oct 2025 20:51:24 +0200 Subject: [PATCH 1/2] 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 4de2baf6..d47e7b01 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -5,7 +5,7 @@ dependencies: - numpy - openmpi - cloudpickle =3.1.1 -- flux-core =0.65.0 +- flux-core =0.78.0 - flux-pmix =0.6.0 - hatchling =1.27.0 - hatch-vcs =0.5.0 From f873ba91f7d86f2fc995f2a0e9ed608c59811595 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 4 Oct 2025 20:53:03 +0200 Subject: [PATCH 2/2] Update pipeline.yml --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c70112c0..36485dd7 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -198,7 +198,7 @@ jobs: shell: bash -l {0} timeout-minutes: 5 run: | - echo -e '- coverage\n- flux-core =0.65.0'>> .ci_support/environment-mpich.yml + echo -e '- coverage\n- flux-core =0.78.0'>> .ci_support/environment-mpich.yml cat .ci_support/environment-mpich.yml - uses: conda-incubator/setup-miniconda@v3 with: @@ -229,7 +229,7 @@ jobs: shell: bash -l {0} timeout-minutes: 5 run: | - echo -e '- coverage\n- flux-core =0.65.0\n- flux-pmix=0.6.0' >> .ci_support/environment-openmpi.yml + echo -e '- coverage\n- flux-core =0.78.0\n- flux-pmix=0.6.0' >> .ci_support/environment-openmpi.yml cat .ci_support/environment-openmpi.yml - uses: conda-incubator/setup-miniconda@v3 with: