Skip to content

Commit

Permalink
add poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
resco-2108 committed Aug 15, 2024
1 parent 794078d commit 756e241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ runs:
if: ${{ inputs.python == 'true' || inputs.enable-all == 'true'}}
run: |
echo "PATH=$PATH:/home/runner/.local/bin" >> $GITHUB_ENV
echo "PATH=$PATH:$HOME/.poetry/bin" >> $GITHUB_ENV
- name: Verify poetry.lock exists
shell: bash
Expand Down

0 comments on commit 756e241

Please sign in to comment.