Skip to content

Commit fa337b8

Browse files
committed
reordering module installs
1 parent 4be0b79 commit fa337b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
install:
55
commands:
6-
- pip install -q PyJWT==1.7.1 boto3 prospector coverage==4.5.4 bandit schema pylint_quotes
6+
- pip install -q boto3 bandit coverage==4.5.4 schema pylint_quotes prospector PyJWT==1.7.1
77
pre_build:
88
commands:
99
- export LOG_LEVEL=CRITICAL

0 commit comments

Comments
 (0)