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 8c4ba1a commit 31307f4Copy full SHA for 31307f4
.circleci/config.yml
@@ -1,15 +1,11 @@
1
version: 2
2
defaults: &defaults
3
docker:
4
- - image: cimg/python:3.11.0-browsers
+ - image: cimg/python:3.12.1-browsers
5
install_dependency: &install_dependency
6
name: Installation of build and deployment dependencies.
7
command: |
8
- sudo apt update
9
- sudo apt install jq
10
- sudo apt install python3-pip
11
sudo pip3 install awscli --upgrade
12
- sudo pip3 install docker-compose
13
install_deploysuite: &install_deploysuite
14
name: Installation of install_deploysuite.
15
0 commit comments