Skip to content

Commit

Permalink
Merge 5ed365d into d83d731
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 31, 2023
2 parents d83d731 + 5ed365d commit b2f4398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -117,7 +117,7 @@ jobs:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}
- name: "Set up Conda"
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_conda_forge.yml
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: "Set up Conda"
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
Expand Down

0 comments on commit b2f4398

Please sign in to comment.