Skip to content

Commit 0e3b618

Browse files
committed
remove quotes
1 parent 354d77b commit 0e3b618

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ jobs:
184184
working_directory: ~/plotly.js
185185
steps:
186186
- browser-tools/install-browser-tools: &browser-versions
187-
firefox-version: '81.0'
188-
install-firefox: true
187+
firefox-version: 81.0
189188
install-chrome: false
190189
install-chromedriver: false
191190
- attach_workspace:
@@ -204,8 +203,7 @@ jobs:
204203
working_directory: ~/plotly.js
205204
steps:
206205
- browser-tools/install-browser-tools: &browser-versions
207-
firefox-version: '82.0'
208-
install-firefox: true
206+
firefox-version: 82.0
209207
install-chrome: false
210208
install-chromedriver: false
211209
- attach_workspace:

0 commit comments

Comments
 (0)