Skip to content

Commit f02a220

Browse files
committed
Use "thick" venv
1 parent 033862a commit f02a220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.diploi/helm/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- /bin/sh
4343
- -c
4444
- |
45-
python -m venv .venv
45+
python -m venv --copies .venv
4646
. ./.venv/bin/activate
4747
pip install --only-binary=:all: --no-cache-dir -r requirements.txt
4848
workingDir: /app/{{ .Values.identifier }}

0 commit comments

Comments
 (0)