Skip to content

Commit

Permalink
wip - set version to 2.0.2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
eidorb committed Nov 25, 2024
1 parent 3bac5a3 commit e8b2d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- if: steps.cache.outputs.cache-hit != 'true'
run: |
# Install latest micromamba (https://github.com/mamba-org/micromamba-releases/releases).
VERSION=2.0.3-0 INIT_YES=nope CONDA_FORGE_YES=nah "${SHELL}" <(curl -L micro.mamba.pm/install.sh)
VERSION=2.0.2-2 INIT_YES=nope CONDA_FORGE_YES=nah "${SHELL}" <(curl -L micro.mamba.pm/install.sh)
ls -la ~/.local/bin # TODO: remove
# Install Poetry.
Expand Down

0 comments on commit e8b2d8f

Please sign in to comment.