Skip to content

Commit 5f87112

Browse files
authored
Update action.yml
1 parent 1a72eec commit 5f87112

File tree

1 file changed

+1
-0
lines changed
  • {{ cookiecutter.__github_folder }}/_/python/actions/ci-setup-python

1 file changed

+1
-0
lines changed

{{ cookiecutter.__github_folder }}/_/python/actions/ci-setup-python/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ runs:
3232

3333
- name: Install dependencies
3434
id: deps-install
35+
if: steps.venv-cache.outputs.cache-hit != 'true'
3536
run: |
3637
poetry install
3738
shell: bash

0 commit comments

Comments
 (0)