Skip to content

Commit 61c2ef2

Browse files
authored
Merge pull request #1251 from joviegas/release
Upgrading Python version
2 parents 6577a72 + 54ac4ac commit 61c2ef2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

buildspecs/release-to-maven.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ version: 0.2
33
phases:
44
install:
55
commands:
6+
- apt-get update
7+
- apt-get install python3 python3-pip -y
8+
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
9+
- update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
610
- pip install awscli --upgrade --user
11+
- pip install rsa
12+
- pip install typing
713

814
pre_build:
915
commands:

0 commit comments

Comments
 (0)