Skip to content

Commit eac4f96

Browse files
committed
remove conda backend for sync-requirements session
1 parent 206d9f6 commit eac4f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def locks(session: nox.Session) -> None:
5656
session.log(f"updated {ROOT / folder / 'requirements.txt'!s}")
5757

5858

59-
@nox.session(name="sync-requirements", python="3.11", venv_backend="conda")
59+
@nox.session(name="sync-requirements")
6060
def sync_requirements(session: nox.Session) -> None:
6161
"""Sync requirements.in with pyproject.toml."""
6262
with open("requirements.in", "w") as fp:

0 commit comments

Comments
 (0)