Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
- name: Setup environment
run: |
cp .ci_support/environment.yml environment.yml
echo "- flux-core =0.59.0" >> environment.yml
echo "- flux-core =0.79.0" >> environment.yml
echo -e "channels:\n - conda-forge\n" > .condarc
mkdir -p /home/runner/.ssh
echo "test.rebex.net,195.144.107.198 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLZcZopPvkxYERubWeSrWOSHpxJdR14WFVES/Q3hFguTn6L+0EANqYcbRXhGBUV6SjR7SaxZACXSxOzgCtG4kwc=" > /home/runner/.ssh/known_hosts
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v3
with:
python-version: '3.12'
python-version: '3.13'
miniforge-version: latest
condarc-file: .condarc
environment-file: environment.yml
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v3
with:
python-version: "3.12"
python-version: "3.13"
miniforge-version: latest
condarc-file: .condarc
environment-file: environment.yml
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
- tqdm =4.67.1
- executorlib =1.7.1
- cloudpickle =3.1.1
- flux-core =0.59.0
- flux-core =0.79.0
- hatchling =1.27.0
- hatch-vcs =0.5.0
Loading