Skip to content

Commit

Permalink
Merge pull request #664 from jamshale/fix-release-workflows
Browse files Browse the repository at this point in the history
Use pip
  • Loading branch information
jamshale authored Oct 21, 2024
2 parents 5e64f1b + 6dcbaa9 commit c59d6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Install poetry
#----------------------------------------------
- name: Install poetry
run: python3 -m pipx install poetry
run: python3 -m pip install poetry
id: setup-poetry
#----------------------------------------------
# Get the latest version of acapy-agent from pypi
Expand Down

0 comments on commit c59d6eb

Please sign in to comment.