We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f87112 commit 57ba6c7Copy full SHA for 57ba6c7
.github/actions/ci-setup-python/action.yml
@@ -33,7 +33,6 @@ runs:
33
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }}
34
35
- name: Install dependencies
36
- if: steps.venv-cache.outputs.cache-hit != 'true'
37
run: |
38
pip install -r requirements.txt
39
shell: bash
0 commit comments