aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Ionite <[email protected]>2023-02-02 16:58:40 -0500
committerGravatar Ionite <[email protected]>2023-02-02 16:58:40 -0500
commite6da59009832a250a44d9798533517783c7c2e83 (patch)
tree97745f9a2cad3551645ab9bfa5f07daaf534a7ba
parentUpdate einspect version to 0.5 (diff)
Add `--upgrade` flag to deployment pip install
-rw-r--r--deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment.yaml b/deployment.yaml
index 8169098..6704b51 100644
--- a/deployment.yaml
+++ b/deployment.yaml
@@ -31,7 +31,7 @@ spec:
- "-c"
- >-
PYTHONUSERBASE=/snekbox/user_base
- pip install --user
+ pip install --user --upgrade
anyio[trio]~=3.6
arrow~=1.2
attrs~=22.1