Skip to content

Commit eebad2b

Browse files
Update Poetry version (#4767)
Bump `poetry` to version `2.1.1` on CI. --------- Co-authored-by: automergerpr-permission-manager[bot] <190534181+automergerpr-permission-manager[bot]@users.noreply.github.com>
1 parent 44bdb47 commit eebad2b

File tree

6 files changed

+103
-21
lines changed

6 files changed

+103
-21
lines changed

.github/actions/setup-pyk-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
- name: 'Install Poetry'
1717
uses: Gr1N/setup-poetry@v9
1818
with:
19-
poetry-version: '1.8.5'
19+
poetry-version: '2.1.1'
2020
- name: 'Install package'
2121
shell: bash
2222
run: poetry -C pyk install

.github/actions/with-k-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ USER user
3838
WORKDIR /home/user
3939

4040
ENV PATH=/home/user/.local/bin:${PATH}
41-
RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5 \
41+
RUN curl -sSL https://install.python-poetry.org | python3 - --version 2.1.1 \
4242
&& poetry --version
4343

4444
ENV PATH=/home/user/.elan/bin:${PATH}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ jobs:
492492
- name: Install Poetry
493493
uses: Gr1N/setup-poetry@v9
494494
with:
495-
poetry-version: '1.8.5'
495+
poetry-version: '2.1.1'
496496

497497
- name: Build pyk
498498
working-directory: pyk

0 commit comments

Comments
 (0)