Skip to content

Commit

Permalink
fix: need to install littlepay first and as editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Mar 13, 2024
1 parent c4d9b8f commit 154ddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
id: version
# run littlepay first, so `littlepay -v` doesn't create the config file (which outputs a message)
run: |
pip install -e .
littlepay
pip install pyproject.toml
output=$(littlepay -v)
version=${output/littlepay /}
version=${version/.0/.}
Expand Down

0 comments on commit 154ddfe

Please sign in to comment.