Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Jun 1, 2024
1 parent 23a496d commit 35157af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/install-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ runs:
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-${{ inputs.key }}
# TODO: It seems like we did not implement the cache correctly.
- name: remove node-semver
shell: bash
run: |
pip uninstall node-semver
- name: install packages
shell: bash
run: |
pip install --upgrade pip
pip install wheel 'conan<2' poetry 'cupcake>=0.2'
pip install wheel 'conan<2' poetry cupcake
- name: configure Conan
shell: bash
run: |
Expand Down

0 comments on commit 35157af

Please sign in to comment.