diff --git a/docs/developer_guide/setup_github_runner.md b/docs/developer_guide/setup_github_runner.md index c6050a6b9..3ca9627ff 100644 --- a/docs/developer_guide/setup_github_runner.md +++ b/docs/developer_guide/setup_github_runner.md @@ -23,7 +23,7 @@ Run these commands inside the container. ``` apt update && apt install -y curl python3-pip git -pip install upgrade pip +pip install --upgrade pip export RUNNER_ALLOW_RUNASROOT=1 ```