From 8e4d1e60c6b6da7c010289a51e8becaa54ec6bd4 Mon Sep 17 00:00:00 2001 From: David Minarsch Date: Tue, 30 Jan 2024 18:25:16 +0000 Subject: [PATCH] chore: attempt to fix windows lock run --- .github/workflows/common_checks.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/common_checks.yaml b/.github/workflows/common_checks.yaml index 3b130268a..5f363ff66 100644 --- a/.github/workflows/common_checks.yaml +++ b/.github/workflows/common_checks.yaml @@ -18,6 +18,10 @@ jobs: python-version: [ "3.10" ] poetry-version: ["1.4.0"] + defaults: + run: + shell: bash + timeout-minutes: 10 steps: