Improve CI Workflow.

Bump action versions, use poetry 1.2.0b2, Use py310 for static tests, Use better naming for python tests.
This commit is contained in:
Justin Wood
2022-07-08 15:18:14 -04:00
committed by Justin Wood
parent c8fd6e4fc0
commit e8ce2f391b
2 changed files with 25 additions and 11 deletions

View File

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