Skip to content

Commit a391c60

Browse files
committed
Build fix
1 parent 1c22d14 commit a391c60

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,11 +1,13 @@
1-
version: 2.1
1+
version: 2
22
defaults: &defaults
33
docker:
44
- image: cimg/python:3.12.1-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
8-
pip3 install awscli --upgrade
8+
sudo apt update
9+
sudo apt install python3-pip
10+
sudo pip3 install awscli --upgrade
911
# sudo pip3 install docker==6.1.3
1012
# sudo pip3 install docker-compose
1113

0 commit comments

Comments
 (0)