From 7b8add7960c9cd922588fb5753b5d851d89364fa Mon Sep 17 00:00:00 2001 From: Brad Brown Date: Wed, 31 Aug 2022 15:57:46 -0500 Subject: [PATCH] yet another poetry fix https://github.com/python-poetry/poetry/issues/6301 --- python-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-setup/action.yml b/python-setup/action.yml index ad1356a..3da6e14 100644 --- a/python-setup/action.yml +++ b/python-setup/action.yml @@ -41,7 +41,7 @@ runs: - name: Install Poetry shell: bash - run: pip install poetry + run: pip install "poetry<1.2" - name: Cache Poetry virtualenv uses: actions/cache@v3