mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +00:00
Separate dependenties installation
This commit is contained in:
parent
6009a39925
commit
c25a63a2c8
1 changed files with 4 additions and 1 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -32,10 +32,13 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install dependencies
|
||||
- name: System dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
|
||||
|
||||
- name: Project dependencies
|
||||
run: |
|
||||
poetry install
|
||||
|
||||
- name: Lint code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue