From d2758c7fa28a65e53665871f06e58c58cf5a2d26 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 19 May 2025 14:35:51 +0400 Subject: [PATCH] refac: pypi --- .github/workflows/release-pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index 5bf3973b3..d6171aae3 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Install Git + run: sudo apt-get update && sudo apt-get install -y git - uses: actions/setup-node@v4 with: node-version: 22