Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 905b4bf

Browse files
committed
circleci integration
1 parent 03f44c1 commit 905b4bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ default: &default
66
installation_dependency: &installation_dependency
77
name: Install Serverless and AWS CLI
88
command: |
9-
sudo apt-get update -y && sudo apt-get install -qq -y python-pip libpython-dev
10-
curl -O https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
9+
sudo apt-get update -y && sudo apt-get install -qq -y python3-pip
10+
# curl -O https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
1111
#installing awscli
12-
sudo pip install awscli --upgrade
12+
sudo pip3 install awscli --upgrade
1313
#install serverless
1414
sudo npm install -g try-thread-sleep
1515
sudo npm install -g serverless --ignore-scripts spawn-sync

0 commit comments

Comments
 (0)