Skip to content

Commit 9aa4344

Browse files
authored
Merge pull request #21 from ferreteleco/ferreteleco-patch-1
Update action.yml
2 parents 5f87112 + 00fb737 commit 9aa4344

File tree

2 files changed

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

2 files changed

+0
-2
lines changed

.github/actions/ci-setup-python/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ runs:
3333
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }}
3434

3535
- name: Install dependencies
36-
if: steps.venv-cache.outputs.cache-hit != 'true'
3736
run: |
3837
pip install -r requirements.txt
3938
shell: bash

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

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

3333
- name: Install dependencies
3434
id: deps-install
35-
if: steps.venv-cache.outputs.cache-hit != 'true'
3635
run: |
3736
poetry install
3837
shell: bash

0 commit comments

Comments
 (0)