Skip to content

Commit b92cfdb

Browse files
authored
Test with flux-core 0.81.0 (#872)
* Update environment.yml * Update environment-integration.yml * Update pipeline.yml
1 parent 332f058 commit b92cfdb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- papermill
1010
- atomistics =0.3.4
1111
- cloudpickle =3.1.2
12-
- flux-core =0.79.0
12+
- flux-core =0.81.0
1313
- gpaw =25.7.0
1414
- hatchling =1.27.0
1515
- hatch-vcs =0.5.0

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- numpy =2.3.3
66
- openmpi
77
- cloudpickle =3.1.2
8-
- flux-core =0.79.0
8+
- flux-core =0.81.0
99
- flux-pmix =0.6.0
1010
- hatchling =1.27.0
1111
- hatch-vcs =0.5.0

0 commit comments

Comments
 (0)