Skip to content

Commit b573e73

Browse files
committed
install tox to system python in buildspec
1 parent 23eddd5 commit b573e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decrypt_oracle/.chalice/buildspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 0.2
22
phases:
33
install:
44
commands:
5-
- pip install --user tox
5+
- pip install tox
66
build:
77
commands:
88
- cd decrypt_oracle

0 commit comments

Comments
 (0)