Skip to content

Commit eeabcd7

Browse files
ci: use abatilo/actions-poetry with pinned version
Switch back to abatilo/actions-poetry action per review feedback, with poetry-version pinned to 1.8.5. Kept before setup-python to avoid Python 3.9 transitive dependency issue. Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
1 parent 60d2f6d commit eeabcd7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Install poetry
25-
run: pipx install poetry==1.8.5
25+
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439
26+
with:
27+
poetry-version: "1.8.5"
2628

2729
- name: Set up Python ${{ matrix.python-version }}
2830
uses: actions/setup-python@v5
@@ -68,7 +70,9 @@ jobs:
6870
- uses: actions/checkout@v4
6971

7072
- name: Install poetry
71-
run: pipx install poetry==1.8.5
73+
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439
74+
with:
75+
poetry-version: "1.8.5"
7276

7377
- name: Set up Python ${{ matrix.python-version }}
7478
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)