Skip to content

Commit 3856c3f

Browse files
committed
try pin chrome
1 parent fc10ba5 commit 3856c3f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
python-version: [ 3.7, 3.8, 3.9, "3.10"]
1717
toxenv: [""]
1818
experimental: [ false ]
19+
chrome: ["stable"]
1920
include:
2021
- toxenv: qa
2122
python-version: 3.7
@@ -33,6 +34,7 @@ jobs:
3334
experimental: false
3435
python-version: 3.7
3536
os: windows-latest
37+
chrome: "959969"
3638
- experimental: false
3739
python-version: "3.9"
3840
os: windows-latest
@@ -53,9 +55,9 @@ jobs:
5355
# chrome headless
5456
- uses: browser-actions/setup-chrome@latest
5557
with:
56-
chrome-version: 957103
58+
chrome-version: ${{ matrix.chrome }}
5759
- uses: actions/checkout@v2
58-
- name: Set up python ${{ matrix.python-version}}
60+
- name: Set up python ${{ matrix.python-version }}
5961
uses: actions/setup-python@v2
6062
with:
6163
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)