Skip to content

Commit 6cf36d6

Browse files
authored
Test with flux 0.79.0 (#467)
* Update environment.yml * Update pipeline.yml * Update pipeline.yml
1 parent bb5cd3f commit 6cf36d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
- name: Setup environment
6666
run: |
6767
cp .ci_support/environment.yml environment.yml
68-
echo "- flux-core =0.59.0" >> environment.yml
68+
echo "- flux-core =0.79.0" >> environment.yml
6969
echo -e "channels:\n - conda-forge\n" > .condarc
7070
mkdir -p /home/runner/.ssh
7171
echo "test.rebex.net,195.144.107.198 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLZcZopPvkxYERubWeSrWOSHpxJdR14WFVES/Q3hFguTn6L+0EANqYcbRXhGBUV6SjR7SaxZACXSxOzgCtG4kwc=" > /home/runner/.ssh/known_hosts
7272
- name: Setup Mambaforge
7373
uses: conda-incubator/setup-miniconda@v3
7474
with:
75-
python-version: '3.12'
75+
python-version: '3.13'
7676
miniforge-version: latest
7777
condarc-file: .condarc
7878
environment-file: environment.yml
@@ -130,7 +130,7 @@ jobs:
130130
- name: Setup Mambaforge
131131
uses: conda-incubator/setup-miniconda@v3
132132
with:
133-
python-version: "3.12"
133+
python-version: "3.13"
134134
miniforge-version: latest
135135
condarc-file: .condarc
136136
environment-file: environment.yml

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
- tqdm =4.67.1
1111
- executorlib =1.7.1
1212
- cloudpickle =3.1.1
13-
- flux-core =0.59.0
13+
- flux-core =0.79.0
1414
- hatchling =1.27.0
1515
- hatch-vcs =0.5.0

0 commit comments

Comments
 (0)