Skip to content

Commit 6493326

Browse files
committed
Fix up deploy
1 parent b8a48be commit 6493326

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
version: 2
22
python_env: &python_env
33
docker:
4-
- image: circleci/python:2.7-stretch-browsers
4+
- image: cimg/python:3.11.0-browsers
55

66
install_awscli: &install_awscli
77
name: "Install awscli"
88
command: |
9-
sudo pip install awscli --upgrade
9+
sudo apt install python3-pip
10+
sudo pip3 install awscli --upgrade
11+
sudo pip3 install docker-compose
1012
install_deploysuite: &install_deploysuite
1113
name: Installation of install_deploysuite.
1214
command: |

0 commit comments

Comments
 (0)