Skip to content

Commit 51eb5ea

Browse files
authored
Merge pull request plotly#4624 from plotly/specify-image
Specify image version for build
2 parents c604379 + d3c49ad commit 51eb5ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374

375375
full_build:
376376
docker:
377-
- image: continuumio/miniconda3
377+
- image: continuumio/miniconda3:24.3.0-0
378378
environment:
379379
LANG: en_US.UTF-8
380380
resource_class: large
@@ -599,3 +599,4 @@ workflows:
599599
- python_38_orca
600600
- python_39_percy
601601
- build-doc
602+

0 commit comments

Comments
 (0)