diff --git a/laminci/nox.py b/laminci/nox.py index c5f276c..b36f35e 100644 --- a/laminci/nox.py +++ b/laminci/nox.py @@ -10,6 +10,8 @@ from . import _nox_logger # noqa, the import silences the logger from ._env import get_package_name +SYSTEM = " --system " if os.getenv("CI") else "" + def _login_lamin_user(user_email: str, env: Optional[Dict[str, str]] = None): import boto3