From b75c94669dd044a29411a40557dc0faa2a9ba73f Mon Sep 17 00:00:00 2001 From: Abhimanyu Susobhanan Date: Tue, 10 Dec 2024 10:06:48 +0100 Subject: [PATCH] reruns for macos --- .github/workflows/ci_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index e550e50d4..dc096a29c 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -136,5 +136,5 @@ jobs: python -m pip install --force-reinstall --no-deps . - name: Run tests shell: bash -el {0} - run: pytest -v --pyargs tests + run: pytest -v --pyargs tests --reruns 5 \ No newline at end of file