Skip to content

Commit

Permalink
Select recent version of Cupcake
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Oct 31, 2023
1 parent 613a6f2 commit 8edd291
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/install-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ runs:
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-${{ inputs.key }}
- name: install Conan
- name: install packages
shell: bash
run: pip install wheel 'conan<2' poetry cupcake
run: |
pip install --upgrade pip
pip install wheel 'conan<2' poetry 'cupcake>=0.2'

0 comments on commit 8edd291

Please sign in to comment.