Skip to content

Commit

Permalink
fix nox file
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgio Savastano authored and Giorgio Savastano committed Jun 19, 2024
1 parent 63a2a7e commit ddb1be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

@nox.session
def tests(session):
session.install("pip", "numpy", "pytest", "pytest-benchmark" "scipy")
session.install("pip", "numpy", "pytest", "pytest-benchmark", "scipy")
session.run("pip", "install", ".", "-v")
session.run("pytest")

0 comments on commit ddb1be9

Please sign in to comment.