Skip to content

Commit

Permalink
GHA: update setup-mamba action
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Jan 16, 2024
1 parent 405e5a2 commit 2a3d9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-snakemake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- uses: actions/checkout@v3

- name: setup-mamba
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.11
mamba-version: "*"
channels: bioconda,conda-forge
channel-priority: true
auto-update-conda: true

- name: Cache generated inputs
id: cache-inputs
uses: actions/cache@v3
Expand Down

0 comments on commit 2a3d9f0

Please sign in to comment.