Skip to content

Commit eba373f

Browse files
author
Robbie Muir
committed
fix types for mypy
1 parent 59adfaf commit eba373f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,4 @@ jobs:
124124
125125
- name: Run type checker (mypy)
126126
run: |
127-
mypy --install-types
128127
mypy .

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ dev = [
7070
"types-requests",
7171
"gurobipy",
7272
"highspy",
73+
"types-pytz"
7374
]
7475
solvers = [
7576
"gurobipy",

0 commit comments

Comments
 (0)