From b0eea546b6a8b97c1a7f8008a8387fb3c5616f7e 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 617b1e37..6de25845 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -32,8 +32,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: