Skip to content

Commit 5c0bda9

Browse files
committed
Build fix
1 parent 14ad4c8 commit 5c0bda9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
version: 2.1
22
python_env: &python_env
33
docker:
4-
- image: cimg/python:3.11.0-browsers
4+
- image: cimg/python:3.11.7-browsers
55
install_awscli: &install_awscli
66
name: "Install awscli"
77
command: |
88
sudo apt update
9-
sudo apt install jq
10-
sudo apt install python3-pip
9+
sudo apt install jq python3-pip
1110
sudo pip3 install awscli --upgrade
1211
install_deploysuite: &install_deploysuite
1312
name: Installation of install_deploysuite.

0 commit comments

Comments
 (0)