mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix quoting in Poetry installation script
This commit is contained in:
parent
14385a1e4f
commit
0e0f8fe01b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
POETRY_VERSION: 1.1.11
|
||||
run: |
|
||||
set -eu
|
||||
pip install 'poetry==$POETRY_VERSION'
|
||||
pip install "poetry==$POETRY_VERSION"
|
||||
poetry config virtualenvs.create true
|
||||
poetry config virtualenvs.in-project true
|
||||
poetry config installer.parallel true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue