diff options
| -rw-r--r-- | coin/instructions/execute_android_instructions.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/instructions/execute_android_instructions.yaml b/coin/instructions/execute_android_instructions.yaml index 45441f0bb..ab4d02997 100644 --- a/coin/instructions/execute_android_instructions.yaml +++ b/coin/instructions/execute_android_instructions.yaml @@ -1,7 +1,7 @@ type: Group instructions: - type: ExecuteCommand - command: "{{.Env.interpreter}} -m pip install -r requirements.txt" + command: "{{.Env.interpreter}} -m pip install --user -r requirements.txt" maxTimeInSeconds: 14400 maxTimeBetweenOutput: 1200 enable_if: @@ -16,7 +16,7 @@ instructions: userMessageOnFailure: > Failed to install deps - type: ExecuteCommand - command: "{{.Env.interpreter}} -m pip install -r tools/cross_compile_android/requirements.txt" + command: "{{.Env.interpreter}} -m pip install --user -r tools/cross_compile_android/requirements.txt" maxTimeInSeconds: 14400 maxTimeBetweenOutput: 1200 ignoreExitCode: true |
