Skip to content

Commit 30f10e0

Browse files
committed
try pip install docker==6.1.3
1 parent dbbcd6a commit 30f10e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parameters:
99

1010
defaults: &defaults
1111
docker:
12-
- image: cimg/python:3.12.1-browsers
12+
- image: cimg/python:3.11.0-browsers
1313

1414
test_defaults: &test_defaults
1515
docker:
@@ -22,6 +22,7 @@ install_dependency: &install_dependency
2222
sudo apt update
2323
sudo apt install python3-pip
2424
sudo pip3 install awscli --upgrade
25+
sudo pip3 install docker==6.1.3
2526
sudo pip3 install docker-compose
2627
2728
install_test_dependency: &install_test_dependency

0 commit comments

Comments
 (0)