We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86682e commit fc51e9bCopy full SHA for fc51e9b
.github/setup/action.yaml
@@ -16,11 +16,9 @@ runs:
16
python-version: ${{ inputs.python-version }}
17
18
- name: Install Poetry
19
- shell: bash
20
run: python -m pip install poetry
21
22
- name: Determine poetry version
23
24
run: echo "::set-output name=VERSION::$(poetry --version)"
25
id: poetry_version
26
@@ -31,5 +29,4 @@ runs:
31
29
key: ${{ inputs.os }}-${{ inputs.python-version }}-poetry-${{ steps.poetry_version.outputs.VERSION }}-${{ hashFiles('pyproject.toml') }}
32
30
33
- name: Install project dependencies
34
35
run: poetry install -vvv --no-root
0 commit comments