From 6a3b9fd00f971234964e58b49e491ca4aed84342 Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Sun, 2 Nov 2025 20:44:09 -0800 Subject: [PATCH] Update setup_github_runner.md --- docs/developer_guide/setup_github_runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```