From 8658ce3eef89bd27dff04f2df2916a4eee1f074d Mon Sep 17 00:00:00 2001 From: Yazhou Cao Date: Mon, 29 Jul 2024 00:40:02 -0700 Subject: [PATCH] Update poetry to a newer version --- .github/workflows/ci_cd.yml | 6 +++--- .github/workflows/docs.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d41e7592..2a840e99 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -23,7 +23,7 @@ jobs: - name: Install Python Poetry uses: abatilo/actions-poetry@v2.1.0 with: - poetry-version: 1.4.2 + poetry-version: 1.7.1 - name: Configure poetry shell: bash run: poetry config virtualenvs.in-project true @@ -63,7 +63,7 @@ jobs: - name: Install Python Poetry uses: abatilo/actions-poetry@v2.1.0 with: - poetry-version: 1.4.2 + poetry-version: 1.7.1 - name: Configure poetry shell: bash run: poetry config virtualenvs.in-project true @@ -93,7 +93,7 @@ jobs: - name: Install Python Poetry uses: abatilo/actions-poetry@v2.1.0 with: - poetry-version: 1.4.2 + poetry-version: 1.7.1 - name: Configure poetry shell: bash run: poetry config virtualenvs.in-project true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 24153d61..7a99e808 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: - uses: Gr1N/setup-poetry@v8 with: - poetry-version: "1.2.2" + poetry-version: "1.7.1" - run: poetry install --all-extras - run: mkdir -p docs-build