File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198198 shell : bash -l {0}
199199 timeout-minutes : 5
200200 run : |
201- echo -e '- coverage\n- flux-core =0.79 .0'>> .ci_support/environment-mpich.yml
201+ echo -e '- coverage\n- flux-core =0.81 .0'>> .ci_support/environment-mpich.yml
202202 cat .ci_support/environment-mpich.yml
203203 - uses : conda-incubator/setup-miniconda@v3
204204 with :
@@ -229,7 +229,7 @@ jobs:
229229 shell : bash -l {0}
230230 timeout-minutes : 5
231231 run : |
232- echo -e '- coverage\n- flux-core =0.79 .0\n- flux-pmix=0.6.0' >> .ci_support/environment-openmpi.yml
232+ echo -e '- coverage\n- flux-core =0.81 .0\n- flux-pmix=0.6.0' >> .ci_support/environment-openmpi.yml
233233 cat .ci_support/environment-openmpi.yml
234234 - uses : conda-incubator/setup-miniconda@v3
235235 with :
You can’t perform that action at this time.
0 commit comments