Skip to content

Commit

Permalink
fix: use correct run format
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Aug 9, 2024
1 parent 5977d8c commit cb1d9ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
node-version: lts/*
- name: Setup mamba
run:
- micromamba install -y -n base -f base_env.yml && micromamba clean --all --yes
- eval "$(micromamba shell hook --shell bash)"
- micromamba activate base
- poetry config virtualenvs.create false
run: |
micromamba install -y -n base -f base_env.yml && micromamba clean --all --yes
eval "$(micromamba shell hook --shell bash)"
micromamba activate base
poetry config virtualenvs.create false
- name: Release
env:
Expand Down

0 comments on commit cb1d9ab

Please sign in to comment.