Skip to content

Commit

Permalink
fix: always run github poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
danielknell authored Aug 8, 2022
1 parent 9eddbac commit f5ea9e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ runs:
- name: install dependencies
run: poetry install ${{ inputs.extras && format('--extras "{0}"', inputs.extras) }}
shell: bash
if: steps.cache.outputs.cache-hit != 'true'

0 comments on commit f5ea9e7

Please sign in to comment.