We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfbe2b commit 1ea7773Copy full SHA for 1ea7773
.circleci/config.yml
@@ -1,13 +1,15 @@
1
version: 2
2
defaults: &defaults
3
docker:
4
- - image: circleci/python:stretch-browsers
+ - image: cimg/python:3.11.0-browsers
5
install_dependency: &install_dependency
6
name: Installation of build and deployment dependencies.
7
command: |
8
- sudo apt install jq
9
- sudo pip3 install awscli --upgrade
10
- sudo pip3 install docker-compose
+ sudo apt install jq
+ sudo apt update
+ sudo apt install python3-pip
11
+ sudo pip3 install awscli --upgrade
12
+ sudo pip3 install docker-compose
13
14
install_deploysuite: &install_deploysuite
15
name: Installation of install_deploysuite.
0 commit comments