From d31fe51017c73aa92da70446830b5ba8db5a848d Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Tue, 29 Jul 2025 05:21:10 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=BF=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-stable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index d341e62ca1..ec86b0345c 100644 --- a/.github/workflows/publish-stable.yml +++ b/.github/workflows/publish-stable.yml @@ -21,6 +21,9 @@ jobs: with: python-version: '3.x' + - name: Install Dependencies + run: pip install pyyaml requests + - uses: actions/checkout@v4.2.2 with: submodules: 'recursive'