From a210073deec788a825ea3f24d2cc9e649b0b8ac9 Mon Sep 17 00:00:00 2001 From: Agisilaos Kounelis Date: Tue, 4 Feb 2025 14:58:33 +0200 Subject: [PATCH] Add pytest-rerunfailures --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 741939661b..54fb9ea306 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -121,7 +121,7 @@ jobs: - uses: actions/checkout@v4 - name: Install test dependencies - run: pip install pytest hypothesis psutil pyarrow + run: pip install pytest pytest-rerunfailures hypothesis psutil pyarrow - name: Run tests shell: bash