We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7c4b2 commit 38383fcCopy full SHA for 38383fc
act/poetry/action.yml
@@ -60,6 +60,7 @@ runs:
60
shell: bash
61
env:
62
POETRY_REQUIREMENTS: ${{ inputs.poetry-requirements || format('{0}/requirements-poetry.txt', github.action_path) }} # yamllint disable-line rule:line-length
63
+ # yamllint disable rule:line-length
64
run: |
65
mkdir --parents ~/.local/share/poetry-runtime
66
which python
@@ -73,6 +74,7 @@ runs:
73
74
echo "Successfully installed $(~/.local/share/poetry-runtime/bin/poetry --version --no-color)"
75
echo "~/.local/share/poetry-runtime/bin" >> $GITHUB_PATH
76
~/.local/share/poetry-runtime/bin/python --version
77
+ # yamllint enable rule:line-length
78
79
- name: Install Poetry groups
80
0 commit comments