From 6fcf246926b350027a8e28fdd753db8d7088f55e Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Wed, 12 Oct 2022 11:12:06 +0900 Subject: [PATCH] Fix install-poetry in CI to update snok/install-poetry@v1.3.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7ead50..028c2d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry Action - uses: snok/install-poetry@v1.3.2 + uses: snok/install-poetry@v1.3.3 with: virtualenvs-create: true virtualenvs-in-project: true