Browse Source

check flappiness

justheuristic 3 years ago
parent
commit
4d7d092e9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run-tests.yaml

+ 1 - 1
.github/workflows/run-tests.yaml

@@ -42,7 +42,7 @@ jobs:
     strategy:
       matrix:
         python-version: [ 3.7, 3.8, 3.9 ]
-        attempt: [ 1 2 3 4 5 6 7 8 9 0 ]
+        attempt: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 ]
       fail-fast: false
     timeout-minutes: 15
     steps: