diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index 8d66db9..ea6f685 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -161,7 +161,7 @@ jobs: - name: Install dependencies run: | pip install -e . - pip install --no-cache-dir pytest pytest-xdist pytest-order requests strands-agents uvicorn httpx starlette websockets ${{ matrix.extra-deps }} + pip install --no-cache-dir pytest pytest-xdist pytest-order pytest-rerunfailures requests strands-agents uvicorn httpx starlette websockets ${{ matrix.extra-deps }} - name: Run integration tests env: