diff options
| author | 2021-01-13 09:48:17 -0800 | |
|---|---|---|
| committer | 2021-01-13 09:48:17 -0800 | |
| commit | 5462af698df667a5c78237c6a73e1b74bdf79c7f (patch) | |
| tree | 5f5fb38472fca3d267ccf6eb56338f036c42e6da /deployment.yaml | |
| parent | Force extant packages to install to the user site too during deployment (diff) | |
| parent | CI: don't do a user install for pre-commit (diff) | |
Merge PR #90 - fix caching of exposed packages
Diffstat (limited to 'deployment.yaml')
| -rw-r--r-- | deployment.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment.yaml b/deployment.yaml index 988394f..0b294d2 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -30,7 +30,8 @@ spec: - "/bin/sh" - "-c" - >- - pip install --user --ignore-installed + PYTHONUSERBASE=/snekbox/user_base + pip install --user arrow~=0.17 attrs~=20.3 beautifulsoup4~=4.9 |