Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Stubs for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
weliasz committed Jul 16, 2021
1 parent adddbea commit 9cff184
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ jobs:
name: Lint Code Base
steps:
- name: Install MyPy
run: pip install mypy
- name: Install types
run: mypy --install-types
run: python3 -m pip install types-PyYAML
- uses: actions/checkout@v2
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
Expand Down

0 comments on commit 9cff184

Please sign in to comment.