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 354d77b commit 0e3b618Copy full SHA for 0e3b618
.circleci/config.yml
@@ -184,8 +184,7 @@ jobs:
184
working_directory: ~/plotly.js
185
steps:
186
- browser-tools/install-browser-tools: &browser-versions
187
- firefox-version: '81.0'
188
- install-firefox: true
+ firefox-version: 81.0
189
install-chrome: false
190
install-chromedriver: false
191
- attach_workspace:
@@ -204,8 +203,7 @@ jobs:
204
203
205
206
207
- firefox-version: '82.0'
208
+ firefox-version: 82.0
209
210
211
0 commit comments