Skip to content

Commit

Permalink
update gha
Browse files Browse the repository at this point in the history
  • Loading branch information
philiporlando committed Nov 24, 2024
1 parent 958c7f6 commit 7b92c25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-python-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ runs:
with:
version: ${{ inputs.poetry-version }}

- name: Add Poetry to PATH
run: echo "export PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV
shell: bash

- name: Configure Poetry
run: poetry config virtualenvs.in-project true
shell: bash
Expand Down

0 comments on commit 7b92c25

Please sign in to comment.