Skip to content

Commit

Permalink
Install Conan with pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Jun 3, 2024
1 parent d4048c3 commit b316614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: install Conan
shell: bash
run: pip install wheel 'conan~=${{ matrix.conan }}.0'
run: pipx install 'conan~=${{ matrix.conan }}.0'
- name: configure Conan
if: matrix.conan == 1
shell: bash
Expand Down

0 comments on commit b316614

Please sign in to comment.