Skip to content

Commit

Permalink
print versions in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 10, 2024
1 parent 530704b commit 531200c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
@nox.session
def tests(session):
session.install(".[dev]")
session.run("uv", "pip", "list")
session.run("pytest")

0 comments on commit 531200c

Please sign in to comment.