Skip to content

Commit fc51e9b

Browse files
committed
wo shell
1 parent c86682e commit fc51e9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/setup/action.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ runs:
1616
python-version: ${{ inputs.python-version }}
1717

1818
- name: Install Poetry
19-
shell: bash
2019
run: python -m pip install poetry
2120

2221
- name: Determine poetry version
23-
shell: bash
2422
run: echo "::set-output name=VERSION::$(poetry --version)"
2523
id: poetry_version
2624

@@ -31,5 +29,4 @@ runs:
3129
key: ${{ inputs.os }}-${{ inputs.python-version }}-poetry-${{ steps.poetry_version.outputs.VERSION }}-${{ hashFiles('pyproject.toml') }}
3230

3331
- name: Install project dependencies
34-
shell: bash
3532
run: poetry install -vvv --no-root

0 commit comments

Comments
 (0)