Skip to content

Commit

Permalink
Fix 'unstructured-summary-map' example
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadatour committed Dec 10, 2024
1 parent de6b1c6 commit ccd24cd
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 @@ -79,6 +79,7 @@ def dev(session: nox.Session) -> None:
@nox.session(python=["3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"])
def examples(session: nox.Session) -> None:
session.install(".[examples]")
session.run("uv", "pip", "list")
session.run(
"pytest",
"-m",
Expand Down

0 comments on commit ccd24cd

Please sign in to comment.