mirror of
https://github.com/docling-project/docling-parse.git
synced 2026-05-17 13:10:49 +00:00
chore: update poetry in CI (#51)
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -8,7 +8,7 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: Install poetry
|
||||
run: pipx install poetry==1.8.3
|
||||
run: pipx install poetry==1.8.4
|
||||
shell: bash
|
||||
- uses: actions/setup-python@v5
|
||||
id: py
|
||||
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
python3 --version
|
||||
echo "pythonpath: ${{ steps.py.outputs.python-path }}"
|
||||
${{ steps.py.outputs.python-path }} --version
|
||||
pipx install poetry==1.8.3
|
||||
pipx install poetry==1.8.4
|
||||
poetry env use ${{ steps.py.outputs.python-path }}
|
||||
|
||||
- name: Set up custom PATH and set py version to cpXYZ [windows]
|
||||
|
||||
Reference in New Issue
Block a user