From 2626a0e4a398aebe778d567dcb6dbe0b6373936b Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sat, 13 Jun 2026 20:16:57 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=ED=8C=8C=EC=9D=B4=EC=8D=AC=203.8=20?= =?UTF-8?q?=ED=99=98=EA=B2=BD=EC=97=90=20=ED=98=B8=ED=99=98=EB=90=98?= =?UTF-8?q?=EB=8A=94=20get-pip.py=20=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C?= =?UTF-8?q?=20URL=EB=A1=9C=20=EA=B5=90=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 870cb3a..3a2eb72 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install Python Dependencies run: | if ! python3 -m pip --version >/dev/null 2>&1; then - curl -sS https://bootstrap.pypa.io/get-pip.py -o get-pip.py + curl -sS https://bootstrap.pypa.io/pip/3.8/get-pip.py -o get-pip.py python3 get-pip.py --user --quiet rm get-pip.py fi