We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0fad9 commit 1b56016Copy full SHA for 1b56016
.github/workflows/ci.yml
@@ -77,9 +77,8 @@ jobs:
77
set -e
78
inv playwright
79
80
- # Skipping acceptance tests for 3.8, just to save some time.
81
- name: Acceptance testing
82
- if: matrix.python_version != '3.8'
+ if: matrix.python_version == '3.11' || matrix.python_version == '3.12' || matrix.python_version == '3.13'
83
uses: nick-fields/retry@v3
84
with:
85
max_attempts: 3
@@ -97,7 +96,7 @@ jobs:
97
96
98
# Skipping acceptance tests for 3.8, just to save some time.
99
- name: Mobile acceptance testing
100
101
102
103
0 commit comments