mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 10:53:23 +00:00
Use 3rd-party step for Poetry installaton
This commit is contained in:
parent
c25a63a2c8
commit
6d0238f0d4
1 changed files with 1 additions and 4 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -32,10 +32,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: System dependencies
|
- uses: dschep/install-poetry-action@v1.3
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
|
|
||||||
|
|
||||||
- name: Project dependencies
|
- name: Project dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue