Update actions CI to use poetry 1.3.2

This commit is contained in:
Ethan Paul 2023-02-24 17:02:54 -05:00
parent 52f34cb317
commit 3388553ee0
Signed by: enpaul
GPG Key ID: DAF443CA3A2FA6FA
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
set -e;
CI_CACHE=$HOME/.cache;
POETRY_VERSION=1.2.0;
POETRY_VERSION=1.3.2;
mkdir --parents "$CI_CACHE";