From fb215cd1b650d76375daf5580b66d667016f2a84 Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Fri, 12 Apr 2024 15:42:21 -0400 Subject: [PATCH] I trust this one more it's used more often --- .github/library/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/library/setup/action.yml b/.github/library/setup/action.yml index 3d6d74b8..f3f7dec5 100644 --- a/.github/library/setup/action.yml +++ b/.github/library/setup/action.yml @@ -7,7 +7,7 @@ runs: - name: Install Python uses: actions/setup-python@v4 - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: snok/install-poetry@v1 - name: Setup a local virtual environment run: | poetry config virtualenvs.create true --local