From a8fa9ea5c350d2157fb6e165254146d92c8e523b Mon Sep 17 00:00:00 2001 From: kkania-splunk <76955023+kkania-splunk@users.noreply.github.com> Date: Tue, 27 Sep 2022 12:39:09 +0200 Subject: [PATCH] fix: poetry 1.1.15 (#13) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c149ed3..5f8b696 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: run: | if [ -f "poetry.lock" ] then - pip install poetry + pip install poetry==1.1.15 poetry export --without-hashes -o requirements.txt if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ] then