mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
Update .github/actions/setup-poetry/action.yml
Co-authored-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
This commit is contained in:
parent
67a5832cae
commit
407c6ef843
2
.github/actions/setup-poetry/action.yml
vendored
2
.github/actions/setup-poetry/action.yml
vendored
@ -3,7 +3,7 @@ description: 'Set up a specific version of Poetry and install dependencies using
|
|||||||
inputs:
|
inputs:
|
||||||
python-version:
|
python-version:
|
||||||
description: "Version range or exact version of Python or PyPy to use, using SemVer's version range syntax."
|
description: "Version range or exact version of Python or PyPy to use, using SemVer's version range syntax."
|
||||||
default: '3.10'
|
default: '3.11'
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user