Update poetry CI version to 1.4.1

Update CI env script to move poetry version to main CI workflow config
This commit is contained in:
2023-03-29 18:46:57 -04:00
parent c3fe7bdef9
commit 9c6486ce55
4 changed files with 17 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ on:
types: ["opened", "synchronize"]
push:
branches: ["devel"]
env:
POETRY_VERSION: 1.4.1
jobs:
Test:
name: Python ${{ matrix.python.version }}