mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-25 10:21:00 +00:00
Fix install-poetry in CI to update snok/install-poetry@v1.3.3
This commit is contained in:
parent
3190706bcf
commit
6fcf246926
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Install Poetry Action
|
- name: Install Poetry Action
|
||||||
uses: snok/install-poetry@v1.3.2
|
uses: snok/install-poetry@v1.3.3
|
||||||
with:
|
with:
|
||||||
virtualenvs-create: true
|
virtualenvs-create: true
|
||||||
virtualenvs-in-project: true
|
virtualenvs-in-project: true
|
||||||
|
|
Loading…
Reference in a new issue