Skip to content

Commit

Permalink
Fix GH actions
Browse files Browse the repository at this point in the history
Updating setup-miniconda, checkout and set mamba version to "*".
  • Loading branch information
DocGarbanzo authored Dec 12, 2023
1 parent 5f57151 commit 1b548b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
shell: bash -l {0}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Create python 3.9 conda env
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
mamba-version: 1.3 # "*"
mamba-version: "*"
activate-environment: donkey
environment-file: ${{matrix.ENV_FILE}}
auto-activate-base: false
Expand Down

0 comments on commit 1b548b9

Please sign in to comment.