From 7069f497a721ceedd9db5a0b1439f824c056f79e Mon Sep 17 00:00:00 2001 From: Tristiisch Date: Tue, 21 May 2024 23:50:57 +0200 Subject: [PATCH] Add retries for unit tests in additional environments. --- .github/workflows/python.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 285c7e4..c71cbee 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -137,7 +137,8 @@ jobs: name: "Envs unit tests" needs: unit_test runs-on: ubuntu-latest - strategy: + max_attempts: 3 + strategy: fail-fast: false matrix: python-version: