Skip to content

Commit

Permalink
Updated workflows to support setup-miniconda version 3 🚉
Browse files Browse the repository at this point in the history
  • Loading branch information
anawas committed Dec 20, 2024
1 parent b1e0f18 commit 5cffe7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
- name: Create Environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-user-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
- name: Set variables, Install Package & Dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 5cffe7f

Please sign in to comment.