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