diff --git a/.github/workflows/integration-testing-regression.yml b/.github/workflows/integration-testing-regression.yml index cd9a905..4d65268 100644 --- a/.github/workflows/integration-testing-regression.yml +++ b/.github/workflows/integration-testing-regression.yml @@ -218,7 +218,7 @@ jobs: - name: Install test dependencies run: | pip install --no-cache-dir \ - pytest pytest-xdist pytest-order \ + pytest pytest-xdist pytest-order pytest-rerunfailures \ requests strands-agents uvicorn httpx starlette websockets \ ${{ matrix.extra-deps }}