chore: Update version of poetry install action
This commit is contained in:
parent
178b3ceec8
commit
ce4c5b136a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test_python_3_10.yml
vendored
3
.github/workflows/test_python_3_10.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [labeled, synchronize]
|
||||
push:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
|
@ -36,7 +37,7 @@ jobs:
|
|||
|
||||
- name: Install Poetry
|
||||
# https://github.com/snok/install-poetry#running-on-windows
|
||||
uses: snok/install-poetry@v1.3.2
|
||||
uses: snok/install-poetry@v1.4.1
|
||||
with:
|
||||
virtualenvs-create: true
|
||||
virtualenvs-in-project: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue