Skip to content

Commit 5bcd77d

Browse files
authored
Merge pull request #909 from bheesham/update-buildspec
build Missing python requirements, and an outdated Python version
2 parents 0b51e6a + b94bbb6 commit 5bcd77d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

buildspec.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
version: 0.1
1+
version: 0.2
22

33
phases:
4-
install:
5-
commands:
6-
- echo Nothing to do in the install phase...
7-
pre_build:
8-
commands:
9-
- echo Nothing to do in the pre_build phase...
104
build:
115
commands:
6+
- pip install -r requirements.txt
127
- ./deploy.sh
138
post_build:
149
commands:

0 commit comments

Comments
 (0)