From 0014867e660b9c0c443372b35d38dad85834cdd1 Mon Sep 17 00:00:00 2001 From: Evgeny Pogrebnyak Date: Sun, 21 Apr 2024 19:15:50 +0000 Subject: [PATCH] update poetry in ci --- .github/workflows/poetry.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/poetry.yaml b/.github/workflows/poetry.yaml index 712f1a3..b63dd0f 100644 --- a/.github/workflows/poetry.yaml +++ b/.github/workflows/poetry.yaml @@ -6,8 +6,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8] # 3.6, 3.7, 3.8 - restricted because of Colab python version - poetry-version: [1.1.2] + python-version: [3.8] # 3.8, 3.9, ... + poetry-version: [1.8.2] os: [ubuntu-latest] # macos-latest, windows-latest runs-on: ${{ matrix.os }} steps: