From ca48576aaea724a2e4fcfda22602aed6ab8af5b4 Mon Sep 17 00:00:00 2001 From: kyy Date: Fri, 5 Sep 2025 13:03:53 +0900 Subject: [PATCH] =?UTF-8?q?CI=20=ED=99=98=EA=B2=BD=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=9D=98=EC=A1=B4=EC=84=B1=20=EC=84=A4=EC=B9=98=20=EB=8B=A8?= =?UTF-8?q?=EA=B3=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 38585d0..4c56646 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -18,6 +18,9 @@ jobs: chmod +x run_table.sh echo "[OK] Prepared run_table.sh" + - name: Install dependencies + run: pip install -r requirements.txt + - name: Run script shell: bash env: