mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Install signature dependencies in CI.
This commit is contained in:
parent
c203044645
commit
f1857df35f
1 changed files with 10 additions and 10 deletions
20
.github/workflows/tests.yml
vendored
20
.github/workflows/tests.yml
vendored
|
|
@ -29,11 +29,11 @@ jobs:
|
|||
- macos-latest
|
||||
- windows-latest
|
||||
python-version:
|
||||
- '3.9'
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- '3.13'
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
|
||||
defaults:
|
||||
# Windows sucks. Force use bash instead of PowerShell
|
||||
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
|
||||
- name: Install project dependencies
|
||||
run: |
|
||||
pip install -e .[dev,test,redis,mongo,proxy,i18n,fast]
|
||||
pip install -e .[dev,test,redis,mongo,proxy,i18n,fast,signature]
|
||||
|
||||
- name: Lint code
|
||||
run: |
|
||||
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
if: ${{ env.IS_UBUNTU == 'true' }}
|
||||
uses: supercharge/mongodb-github-action@1.10.0
|
||||
with:
|
||||
mongodb-version: '7.0'
|
||||
mongodb-version: "7.0"
|
||||
mongodb-username: mongo
|
||||
mongodb-password: mongo
|
||||
mongodb-port: 27017
|
||||
|
|
@ -111,8 +111,8 @@ jobs:
|
|||
- macos-latest
|
||||
# - windows-latest
|
||||
python-version:
|
||||
- 'pypy3.9'
|
||||
- 'pypy3.10'
|
||||
- "pypy3.9"
|
||||
- "pypy3.10"
|
||||
|
||||
defaults:
|
||||
# Windows sucks. Force use bash instead of PowerShell
|
||||
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
|
||||
- name: Install project dependencies
|
||||
run: |
|
||||
pip install -e .[dev,test,redis,mongo,proxy,i18n,fast]
|
||||
pip install -e .[dev,test,redis,mongo,proxy,i18n,fast,signature]
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue