mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-09-19 03:21:58 +00:00
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:
3
.github/scripts/setup-env.sh
vendored
3
.github/scripts/setup-env.sh
vendored
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user