Skip to content

Commit

Permalink
Migrate to mamba-org/setup-micromamba@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Jul 31, 2023
1 parent 9363a72 commit e3bfdc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install conda environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ${{ env.envfile }}
environment-name: ${{ matrix.config.id }}
cache-env: true
cache-env-key: ${{ matrix.config.id }}-${{ hashFiles(env.envfile) }}-0
cache-environment: true
cache-environment-key: ${{ matrix.config.id }}-${{ hashFiles(env.envfile) }}-0
# WARNING: FINEMAP is non-commercial software
#
# Do not blindly copy the code below without first checking your use case
Expand Down

0 comments on commit e3bfdc5

Please sign in to comment.