Skip to content

Commit

Permalink
attempt to install / remove dunamai with micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 14, 2024
1 parent 7607712 commit b600c81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
init-shell: none
generate-run-shell: true
- id: version
run: echo version=$(dunamai from any --strict --pattern "default-unprefixed" --style semver) >> $GITHUB_OUTPUT
run: |
micromamba install -y dunamai
echo version=$(dunamai from any --strict --pattern "default-unprefixed" --style semver) >> $GITHUB_OUTPUT
micromamba remove -y dunamai
- run: pip install .
- run: pip list
- id: filename
Expand Down

0 comments on commit b600c81

Please sign in to comment.