Skip to content

Commit

Permalink
♻️ Add a variable for the --system flag
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jun 26, 2024
1 parent 40441c6 commit cfe94c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions laminci/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfe94c9

Please sign in to comment.