From a68c79af99c2064aadabd45f651eaa9f8c5d773f Mon Sep 17 00:00:00 2001 From: Macsim Date: Thu, 10 Jul 2025 21:38:25 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44f994c..b58dd21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: # Environment variables available to all jobs env: BRANCH_NAME: "update-submodules_${{ github.sha }}" - REPO_URL: "github.com/MuRuLOSE/limoka.git" # Updated repository URL + REPO_URL: "github.com/MuRuLOSE/limoka.git" # Repository URL GIT_DEPTH: 0 # Fetch full history for Git operations jobs: @@ -70,6 +70,8 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.9' + - name: Install Python dependencies + run: pip install requests - name: Clone and update repositories env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}