Skip to content

Commit

Permalink
Added missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Oct 26, 2024
1 parent 8340e5c commit af3cc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
pip install ".[test]"
pip install pandas pandas-stubs
pip install pandas pandas-stubs numpy polars numba
pip install mypy # Ensure mypy is installed
- name: Run MyPy
Expand Down

0 comments on commit af3cc61

Please sign in to comment.