Skip to content

Commit 2b4d1d6

Browse files
authored
chore: update poetry in CI (#51)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent 0fd60bb commit 2b4d1d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
using: 'composite'
99
steps:
1010
- name: Install poetry
11-
run: pipx install poetry==1.8.3
11+
run: pipx install poetry==1.8.4
1212
shell: bash
1313
- uses: actions/setup-python@v5
1414
id: py

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
python3 --version
6565
echo "pythonpath: ${{ steps.py.outputs.python-path }}"
6666
${{ steps.py.outputs.python-path }} --version
67-
pipx install poetry==1.8.3
67+
pipx install poetry==1.8.4
6868
poetry env use ${{ steps.py.outputs.python-path }}
6969
7070
- name: Set up custom PATH and set py version to cpXYZ [windows]

0 commit comments

Comments
 (0)