Skip to content

Commit 1b56016

Browse files
committed
wip vers
1 parent 3f0fad9 commit 1b56016

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@ jobs:
7777
set -e
7878
inv playwright
7979
80-
# Skipping acceptance tests for 3.8, just to save some time.
8180
- name: Acceptance testing
82-
if: matrix.python_version != '3.8'
81+
if: matrix.python_version == '3.11' || matrix.python_version == '3.12' || matrix.python_version == '3.13'
8382
uses: nick-fields/retry@v3
8483
with:
8584
max_attempts: 3
@@ -97,7 +96,7 @@ jobs:
9796
9897
# Skipping acceptance tests for 3.8, just to save some time.
9998
- name: Mobile acceptance testing
100-
if: matrix.python_version != '3.8'
99+
if: matrix.python_version == '3.11' || matrix.python_version == '3.12' || matrix.python_version == '3.13'
101100
uses: nick-fields/retry@v3
102101
with:
103102
max_attempts: 3

0 commit comments

Comments
 (0)