diff options
| author | 2023-02-02 16:58:40 -0500 | |
|---|---|---|
| committer | 2023-02-02 16:58:40 -0500 | |
| commit | e6da59009832a250a44d9798533517783c7c2e83 (patch) | |
| tree | 97745f9a2cad3551645ab9bfa5f07daaf534a7ba | |
| parent | Update einspect version to 0.5 (diff) | |
Add `--upgrade` flag to deployment pip install
| -rw-r--r-- | deployment.yaml | 2 |
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 |