Compare commits

...

3 Commits

Author SHA1 Message Date
Eugene Yurtsev
5760fb3762 q 2023-05-16 16:04:14 -04:00
Eugene Yurtsev
2c5e46eeb1 x 2023-05-16 16:02:29 -04:00
Eugene Yurtsev
9b9f3bb675 q 2023-05-16 16:01:05 -04:00

View File

@@ -71,6 +71,7 @@ runs:
~/.cache/pypoetry/artifacts
key: poetry-${{ runner.os }}-${{ runner.arch }}-py-${{ inputs.python-version }}-poetry-${{ inputs.poetry-version }}-${{ inputs.cache-key }}-${{ hashFiles('poetry.lock') }}
- run: ${{ inputs.install-command }}
- if: steps.cache-poetry.outputs.cache-hit != 'true'
run: ${{ inputs.install-command }}
working-directory: ${{ inputs.working-directory }}
shell: bash