Skip to content

Commit

Permalink
Edited ci for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
wleong1 committed Mar 7, 2024
1 parent 607a762 commit bd48984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: 3.x
- name: Install Dependencies
run: |
pip install mypy requests types-request pandas-stubs
pip install mypy requests types-requests pandas-stubs
- name: mypy
run: |
mypy src/
Expand Down

0 comments on commit bd48984

Please sign in to comment.