Skip to content

Commit

Permalink
Cache micromamba executable
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Feb 20, 2024
1 parent 3acdc09 commit 6411054
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/setup_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
id: cache-env
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/setup/dependencies/cea-env.7z
path: |
setup/dependencies/cea-env.7z
setup/dependencies/micromamba.exe
key: ${{ runner.os }}-${{ hashFiles('conda-lock.yml') }}-env

- uses: mamba-org/setup-micromamba@v1
Expand Down

0 comments on commit 6411054

Please sign in to comment.