From af5e82544ff7b376a5f60840d5538e040e999c68 Mon Sep 17 00:00:00 2001 From: finswimmer Date: Mon, 11 Jul 2022 16:54:48 +0200 Subject: [PATCH] ci: use Poetry 1.1.14 in installer workflow (#20) --- .github/workflows/installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 8efdd37..194e0ae 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -30,7 +30,7 @@ jobs: - "" - "--preview" - "--git https://github.com/python-poetry/poetry.git" - - "--version 1.1.13" + - "--version 1.1.14" include: - os: Ubuntu image: ubuntu-latest