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: 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