diff --git a/.github/workflows/anthropic.yml b/.github/workflows/anthropic.yml index 0634a56b1..77734d03f 100644 --- a/.github/workflows/anthropic.yml +++ b/.github/workflows/anthropic.yml @@ -60,7 +60,7 @@ jobs: - name: Run tests with retry uses: Wandalen/wretry.action@v3 with: - command: hatch run cov + command: "hatch run cov" attempt_limit: 3 attempt_delay: 2000