Skip to content

Commit 5413798

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ runs:
3434
if ! command -v pipx >/dev/null 2>&1; then
3535
python -m pip install --upgrade pip
3636
python -m pip install pipx
37-
pipx ensurepath
3837
fi
38+
pipx ensurepath
3939
4040
- name: Setup Poetry (${{ inputs.poetry-version }})
4141
run: |

0 commit comments

Comments
 (0)