Skip to content

Commit

Permalink
feat: green tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
andoludo committed Nov 28, 2024
1 parent e42de1f commit 46d338e
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 @@ -9,7 +9,7 @@

@nox.session(python=["3.10"])
def install(session: Session) -> None:
groups = ["main", "dev", "docs"]
groups = ["main", "dev"]
session.run(
"poetry",
"install",
Expand Down

0 comments on commit 46d338e

Please sign in to comment.