Skip to content

Commit

Permalink
fix nox call in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
damjankuznar committed Jul 25, 2023
1 parent 51f128c commit 43fe6b5
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 @@ -5,5 +5,6 @@
@nox.session(python=["3.10", "3.11"])
@nox.parametrize("pydantic", ["1.9.1", "2.0.3"])
def tests(session: Session, pydantic):
session.install(".")
session.install(f"pydantic=={pydantic}")
session.run("pytest")

0 comments on commit 43fe6b5

Please sign in to comment.