From 82cc2f08349716c17c137b0cd2faaab678652afb Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 29 Nov 2021 03:35:48 +0100 Subject: [PATCH] ci/StaticTypeCheck: option 'package' changed to 'mypy_args' --- .github/workflows/Pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index b8359894..7cd1c7b3 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -34,8 +34,8 @@ jobs: needs: - Params with: - package: ${{ fromJson(needs.Params.outputs.params).package }} python_version: ${{ fromJson(needs.Params.outputs.params).python_version }} + mypy_args: -m ${{ fromJson(needs.Params.outputs.params).package }} artifact: ${{ fromJson(needs.Params.outputs.params).artifacts.typing }} Release: