File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 16
16
python-version : [ 3.7, 3.8, 3.9, "3.10"]
17
17
toxenv : [""]
18
18
experimental : [ false ]
19
+ chrome : ["stable"]
19
20
include :
20
21
- toxenv : qa
21
22
python-version : 3.7
33
34
experimental : false
34
35
python-version : 3.7
35
36
os : windows-latest
37
+ chrome : " 959969"
36
38
- experimental : false
37
39
python-version : " 3.9"
38
40
os : windows-latest
53
55
# chrome headless
54
56
- uses : browser-actions/setup-chrome@latest
55
57
with :
56
- chrome-version : 957103
58
+ chrome-version : ${{ matrix.chrome }}
57
59
- uses : actions/checkout@v2
58
- - name : Set up python ${{ matrix.python-version}}
60
+ - name : Set up python ${{ matrix.python-version }}
59
61
uses : actions/setup-python@v2
60
62
with :
61
63
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments