From 6cc5ea544ee9548432297d05df6b6a24dc1d2aa6 Mon Sep 17 00:00:00 2001 From: Whyverum Date: Mon, 8 Dec 2025 17:00:39 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20CI-=D1=82=D0=B5=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 785025e..de47e66 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -26,10 +26,15 @@ jobs: with: python-version: "3.13" - - name: Install project (PEP 621) + - name: Install dependencies run: | python -m pip install --upgrade pip - pip install . + pip install \ + "discord>=2.3.2,<3.0.0" \ + "loguru>=0.7.3,<0.8.0" \ + "email-validator>=2.3.0,<3.0.0" \ + "pydantic>=2.12.5,<3.0.0" \ + "pydantic-settings>=2.12.0,<3.0.0" - name: Basic import checks run: |