Skip to content

Commit 38383fc

Browse files
committed
fix: avoid line-length error during poetry installation
1 parent 1b7c4b2 commit 38383fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

act/poetry/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ runs:
6060
shell: bash
6161
env:
6262
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
6364
run: |
6465
mkdir --parents ~/.local/share/poetry-runtime
6566
which python
@@ -73,6 +74,7 @@ runs:
7374
echo "Successfully installed $(~/.local/share/poetry-runtime/bin/poetry --version --no-color)"
7475
echo "~/.local/share/poetry-runtime/bin" >> $GITHUB_PATH
7576
~/.local/share/poetry-runtime/bin/python --version
77+
# yamllint enable rule:line-length
7678

7779
- name: Install Poetry groups
7880
shell: bash

0 commit comments

Comments
 (0)