File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments