mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 09:55:21 +00:00
Fix pipeline install step
This commit is contained in:
parent
2b3dd6cc4a
commit
17edffdc62
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
|
@ -19,9 +19,9 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
make install
|
||||
mkdir -p reports/tests
|
||||
python -m pip install --upgrade pip poetry
|
||||
poetry install
|
||||
mkdir -p reports
|
||||
|
||||
- name: Lint code
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue