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 e930d84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ jobs:
init-shell: none
generate-run-shell: true
- id: version
run: echo version=$(dunamai from any --strict --pattern "default-unprefixed" --style semver) >> $GITHUB_OUTPUT
name: retrieve package version with dunamai
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 e930d84

Please sign in to comment.