Update poetry to 1.4.1 (#1036)

This commit is contained in:
collerek
2023-04-02 15:54:46 +07:00
committed by GitHub
parent 76083fdbf2
commit 2c363a6432
4 changed files with 1814 additions and 1738 deletions

View File

@ -49,7 +49,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install poetry==1.1.14
python -m pip install poetry==1.4.1
poetry install --extras "all"
env:
POETRY_VIRTUALENVS_CREATE: false