Skip to content

Commit

Permalink
ci/StaticTypeCheck: option 'package' changed to 'mypy_args'
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Nov 29, 2021
1 parent 50c46b5 commit b0eea54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b0eea54

Please sign in to comment.