Skip to content

Commit 57ba6c7

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
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

0 commit comments

Comments
 (0)