Skip to content

Commit

Permalink
wip - document cache and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eidorb committed Nov 25, 2024
1 parent 0f8f8d3 commit f006923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
./local/bin
~/micromamba
~/.local/pipx
# Install binaries, Mamba environment and Python dependencies if there is NOT a cache hit.
- if: steps.cache.outputs.cache-hit != 'true'
run: |
# Install latest micromamba (https://github.com/mamba-org/micromamba-releases/releases).
Expand All @@ -32,7 +33,7 @@ jobs:
# Install Poetry.
pipx install poetry~=1.8
# Create Mamba environment.
# Create Mamba environment from file.
export MAMBA_ROOT_PREFIX=~/micromamba
eval "$(micromamba shell hook -s posix)"
micromamba create --file environment.yml --yes
Expand Down

0 comments on commit f006923

Please sign in to comment.