Skip to content

Commit

Permalink
use poetry 1.8.4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln-GR committed Oct 16, 2024
1 parent e52d7cc commit 280ef4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-python-and-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
inputs:
python-version:
required: true
description: Version of Python to use
runs:
using: composite
steps:
- name: Install Poetry
shell: bash
run: pipx install poetry==1.8.3
run: pipx install poetry==1.8.4

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 280ef4e

Please sign in to comment.