mirror of
https://github.com/Textualize/rich.git
synced 2025-12-23 07:08:35 +00:00
Merge branch 'master' into drop-python36
This commit is contained in:
commit
d0764ee103
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pythonpackage.yml
vendored
3
.github/workflows/pythonpackage.yml
vendored
|
|
@ -20,7 +20,8 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
architecture: x64
|
||||
- name: Install and configure Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
# TODO: workaround for https://github.com/snok/install-poetry/issues/94
|
||||
uses: snok/install-poetry@v1.3.1
|
||||
with:
|
||||
version: 1.1.11
|
||||
virtualenvs-in-project: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue