Skip to content

Commit

Permalink
fixes #2177 for stable-2.17 (#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Dec 10, 2024
1 parent 53a7b11 commit b3a7352
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 @@ -153,7 +153,7 @@ def lint(session: nox.Session):
)


@nox.session(name="pip-compile", python=["3.10"])
@nox.session(name="pip-compile", python="3.10")
@nox.parametrize(["req"], requirements_files, requirements_files)
def pip_compile(session: nox.Session, req: str):
# .pip-tools.toml was introduced in v7
Expand Down

0 comments on commit b3a7352

Please sign in to comment.