Skip to content

Commit e6da590

Browse files
committed
Add --upgrade flag to deployment pip install
1 parent 0b50b9b commit e6da590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- "-c"
3232
- >-
3333
PYTHONUSERBASE=/snekbox/user_base
34-
pip install --user
34+
pip install --user --upgrade
3535
anyio[trio]~=3.6
3636
arrow~=1.2
3737
attrs~=22.1

0 commit comments

Comments
 (0)