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 8e3e4a8 commit 9b722e0Copy full SHA for 9b722e0
.github/actions/python-environment/action.yml
@@ -47,7 +47,7 @@ runs:
47
shell: bash
48
run: |
49
curl -sSL https://install.python-poetry.org | POETRY_VERSION=${{ inputs.poetry-version }} python3 -
50
- run: echo "~/.local/bin" >> $GITHUB_PATH
+ echo "~/.local/bin" >> $GITHUB_PATH
51
52
53
- name: Poetry install with extras
0 commit comments