chore: update poetry in CI (#51)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2024-10-30 10:34:23 +01:00
committed by GitHub
parent 0fd60bb29f
commit 2b4d1d690d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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]