Skip to content

Commit 83d980a

Browse files
committed
shell?
1 parent 1136617 commit 83d980a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/setup/action.yaml

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

1818
- name: Install Poetry
19+
shell: bash
1920
run: python -m pip install poetry
2021

2122
- name: Determine poetry version
23+
shell: bash
2224
run: echo "::set-output name=VERSION::$(poetry --version)"
2325
id: poetry_version
2426

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

3133
- name: Install project dependencies
34+
shell: bash
3235
run: poetry install -vvv --no-root

0 commit comments

Comments
 (0)