We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e79b4 commit 40d6fe4Copy full SHA for 40d6fe4
.github/workflows/python-test.yml
@@ -45,7 +45,8 @@ jobs:
45
key: venv-${{ github.event_name }}-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
46
47
- name: Ensure cache is healthy
48
- if: steps.cache.outputs.cache-hit == 'true' && runner.os == 'Linux'
+ if: steps.cache.outputs.cache-hit == 'true'
49
+ shell: bash
50
run: timeout 10s poetry run pip --version || rm -rf .venv
51
52
- name: Install dependencies
0 commit comments