We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb55778 commit 8af7bb7Copy full SHA for 8af7bb7
.github/actions/python-environment/action.yml
@@ -35,7 +35,7 @@ runs:
35
- name: Set up pipx if not present
36
shell: bash
37
run: |
38
- python3 -m pip install --user --upgrade pipx
+ apt update && apt install -y pipx && pipx install poetry
39
python3 -m pipx ensurepath
40
echo "$HOME/.local/bin" >> $GITHUB_PATH
41
0 commit comments