Skip to content

Commit f61f9e4

Browse files
Fix YAML syntax for install-extras-names
1 parent b691e8d commit f61f9e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable_poetry_pkg_run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
poetry-version: ${{ env.POETRY_VERSION }}
5252

5353
- name: Install package
54-
run: poetry install --extras ${{ inputs.install-extras-names }}
54+
run: poetry install --extras "${{ inputs.install-extras-names }}"
5555

5656
- name: Lint
5757
run: |

0 commit comments

Comments
 (0)