1
0
mirror of https://github.com/enpaul/tox-poetry-installer.git synced 2025-01-23 10:03:30 +00:00

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

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";