Skip to content

Commit

Permalink
pipx cannot install multiple packages in one command
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Nov 2, 2024
1 parent 4466276 commit 8bb25fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/install-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ runs:
- name: install Conan
shell: bash
run: |
pipx install 'conan<2' cupcake poetry
pipx install 'conan<2'
pipx install cupcake
pipx install poetry
- name: configure Conan
shell: bash
run: |
Expand Down

0 comments on commit 8bb25fd

Please sign in to comment.