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 995b837 commit 607a762
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 types-request pandas-stubs requests
pip install mypy requests types-request pandas-stubs
- name: mypy
run: |
mypy src/
Expand Down

0 comments on commit 607a762

Please sign in to comment.