Skip to content

Commit

Permalink
Try to fix Windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Nov 2, 2024
1 parent a47c6d2 commit 4466276
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/actions/install-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,10 @@ runs:
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-${{ inputs.key }}
- name: install packages
shell: bash
run: |
pip install --upgrade pip
pip install poetry cupcake
- name: install Conan
shell: bash
run: |
pipx install 'conan<2'
pipx install 'conan<2' cupcake poetry
- name: configure Conan
shell: bash
run: |
Expand Down

0 comments on commit 4466276

Please sign in to comment.