Commit aa4a9b78 by Arun Babu Neelicattu

actions: enforce cache health timeout

parent ad0cea97
......@@ -57,7 +57,7 @@ jobs:
- name: Ensure cache is healthy
if: steps.cache.outputs.cache-hit == 'true'
shell: bash
run: python -m poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
run: timeout 10s python -m poetry run pip --version || rm -rf .venv
- name: Install dependencies
shell: bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment