We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f3e09 commit 7361fe7Copy full SHA for 7361fe7
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
orbs:
4
win: circleci/windows@5.0.0
5
percy: percy/agent@0.1.3
6
- browser-tools: circleci/browser-tools@1.5.0
+ browser-tools: circleci/browser-tools@1.5.1
7
8
9
jobs:
@@ -110,8 +110,6 @@ jobs:
110
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requirements-all.txt" }}
111
- browser-tools/install-browser-tools:
112
chrome-version: 120.0.6099.71
113
- install-firefox: false
114
- install-geckodriver: false
115
- run:
116
name: ️️🏗️ pip dev requirements
117
command: |
0 commit comments