From 87dcd9807cfab19c14785011690ef0c380f30373 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 20 Sep 2022 19:57:14 -0500 Subject: [PATCH] Upgrade poetry installed in Github Actions to 1.2.1 https://github.com/python-poetry/poetry/issues/4242#issuecomment-912460384 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 513184cd5..ba47ca90d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Install Poetry uses: snok/install-poetry@v1.3.1 with: - version: "1.1.13" + version: "1.2.1" virtualenvs-create: true #- name: Cache python dependencies @@ -99,7 +99,7 @@ jobs: - name: Install Poetry uses: snok/install-poetry@v1.2.1 with: - version: "1.1.11" + version: "1.2.1" virtualenvs-create: true #- name: Cache python dependencies @@ -144,7 +144,7 @@ jobs: - name: Install Poetry uses: snok/install-poetry@v1.3.1 with: - version: "1.1.13" + version: "1.2.1" virtualenvs-create: true - name: Configure Poetry run: |