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.
2 parents 6577a72 + 54ac4ac commit 61c2ef2Copy full SHA for 61c2ef2
buildspecs/release-to-maven.yml
@@ -3,7 +3,13 @@ version: 0.2
3
phases:
4
install:
5
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
10
- pip install awscli --upgrade --user
11
+ - pip install rsa
12
+ - pip install typing
13
14
pre_build:
15
0 commit comments