Skip to content

Commit 3b2a8a8

Browse files
changed github action python env
1 parent 3998a5b commit 3b2a8a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/python-environment/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ runs:
3838
fi
3939
4040
- name: Setup Poetry (${{ inputs.poetry-version }})
41-
run: pipx install poetry==${{ inputs.poetry-version }}
41+
run: |
42+
pipx install poetry==${{ inputs.poetry-version }}
43+
echo "$Home/.local/bin" >> $GITHUB_PATH
4244
shell: bash
4345

4446
- name: Poetry install with extras

0 commit comments

Comments
 (0)