Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94335b8

Browse files
committed
add apt-get update step
1 parent 09a0f4f commit 94335b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ jobs:
220220
- image: circleci/python:3.8.9
221221
working_directory: ~/plotly.js
222222
steps:
223+
- run: sudo apt-get update
223224
- browser-tools/install-browser-tools:
224225
install-firefox: false
225226
install-geckodriver: false
@@ -243,6 +244,7 @@ jobs:
243244
- image: circleci/python:3.8.9
244245
working_directory: ~/plotly.js
245246
steps:
247+
- run: sudo apt-get update
246248
- browser-tools/install-browser-tools:
247249
install-firefox: false
248250
install-geckodriver: false
@@ -267,6 +269,7 @@ jobs:
267269
- image: circleci/python:3.8.9
268270
working_directory: ~/plotly.js
269271
steps:
272+
- run: sudo apt-get update
270273
- browser-tools/install-browser-tools:
271274
install-firefox: false
272275
install-geckodriver: false
@@ -291,6 +294,7 @@ jobs:
291294
- image: circleci/python:3.8.9
292295
working_directory: ~/plotly.js
293296
steps:
297+
- run: sudo apt-get update
294298
- browser-tools/install-browser-tools:
295299
install-firefox: false
296300
install-geckodriver: false
@@ -370,6 +374,7 @@ jobs:
370374
- image: circleci/python:3.8.9
371375
working_directory: ~/plotly.js
372376
steps:
377+
- run: sudo apt-get update
373378
- browser-tools/install-browser-tools:
374379
install-firefox: false
375380
install-geckodriver: false

0 commit comments

Comments
 (0)