Skip to content

Commit 842a4ce

Browse files
committed
Revert "update ci"
This reverts commit c9a06c2.
1 parent c9a06c2 commit 842a4ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: cimg/python:3.11.0-browsers
4+
- image: circleci/python:2.7.18-stretch-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
8-
sudo apt update
98
sudo apt install jq
10-
sudo apt install python3-pip
119
sudo pip install awscli --upgrade
1210
sudo pip install docker-compose
1311
install_deploysuite: &install_deploysuite

0 commit comments

Comments
 (0)