Skip to content

Commit

Permalink
fix invocation again
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 19, 2022
1 parent 1e22ddc commit 4eadb75
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 @@ -5,4 +5,4 @@
def python(session):
session.install("pytest", "maturin")
session.install(".", "--no-build-isolation")
session.run(["pytest", "-vv"])
session.run("pytest", "-vv")

0 comments on commit 4eadb75

Please sign in to comment.