Skip to content

Commit

Permalink
try fixing mypy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfandzelter committed Mar 26, 2024
1 parent 4afbf9b commit 5888f25
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: mypy-check
uses: theCapypara/mypy-check@master
with:
path: ""
requirements: types-toml
mypy_flags: "-p celestial --config setup.cfg"
- name: mypy-check2
uses: theCapypara/mypy-check@master
uses: jpetrucciani/mypy-check@master
with:
requirements: "types-toml numpy types-request mypy-protobuf"
path: "*.py"
Expand Down

0 comments on commit 5888f25

Please sign in to comment.