Skip to content

Commit

Permalink
ci: Use pip instead of pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Jan 28, 2024
1 parent 985c4cb commit 2008dec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Install Poetry
run: |
sudo pipx install poetry
sudo pipx ensurepath
run: sudo pip install poetry

- name: Setup Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
Expand Down

0 comments on commit 2008dec

Please sign in to comment.