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 6467858 commit b5e8adbCopy full SHA for b5e8adb
.github/actions/python-poetry/action.yml
@@ -35,5 +35,4 @@ runs:
35
key: ${{ runner.os }}-poetry-${{ inputs.poetry-version }}-${{ hashFiles('**/poetry.lock') }}
36
- name: Install dependencies
37
run: poetry install --no-interaction --no-root --only ${{ inputs.groups }}
38
- if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
39
shell: bash
0 commit comments