fix(ci): try to install for pytest from wheel
This commit is contained in:
parent
1a4d8cc845
commit
cc74411d95
2 changed files with 4 additions and 5 deletions
|
|
@ -119,7 +119,7 @@ def mypy(session: nox.Session):
|
|||
def tests(session: nox.Session):
|
||||
session.conda_install("pytest", "hypothesis")
|
||||
session.env.update(ENV)
|
||||
session.install("-e", "./pyargus")
|
||||
session.install("./pyargus")
|
||||
try:
|
||||
session.run(
|
||||
"cargo", "test", "--workspace", "--exclude", "pyargus", external=True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue