mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 10:53:23 +00:00
Use 3rd-party step for Poetry installaton (2)
This commit is contained in:
parent
6d0238f0d4
commit
55861cb50d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -32,7 +32,11 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- uses: dschep/install-poetry-action@v1.3
|
||||
- name: Install and configure Poetry
|
||||
uses: snok/install-poetry@v1.1.4
|
||||
with:
|
||||
virtualenvs-create: false
|
||||
virtualenvs-in-project: false
|
||||
|
||||
- name: Project dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue