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: |