build: add numpy for mypy typing
This commit is contained in:
parent
475d32c533
commit
7129177ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def ruff(session: nox.Session):
|
||||||
|
|
||||||
@nox.session(tags=["lint"])
|
@nox.session(tags=["lint"])
|
||||||
def mypy(session: nox.Session):
|
def mypy(session: nox.Session):
|
||||||
session.conda_install("mypy", "typing-extensions", "pytest", "hypothesis")
|
session.conda_install("mypy", "typing-extensions", "pytest", "hypothesis", "numpy")
|
||||||
session.env.update(ENV)
|
session.env.update(ENV)
|
||||||
with session.chdir(CURRENT_DIR / "pyargus"):
|
with session.chdir(CURRENT_DIR / "pyargus"):
|
||||||
session.install("-e", ".")
|
session.install("-e", ".")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue