Skip to content

Commit 6d3a85d

Browse files
committed
try adding chrome keys
like currently done in `plotly/dash`
1 parent 2ec4bd9 commit 6d3a85d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
steps:
2020
- checkout
2121

22+
- run:
23+
name: Add chrome keys & update.
24+
command: |
25+
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
26+
sudo apt-get update
27+
2228
- browser-tools/install-browser-tools:
2329
chrome-version: 120.0.6099.71
2430

0 commit comments

Comments
 (0)