Skip to content

Commit

Permalink
πŸ’š Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Sep 7, 2024
1 parent 9e702d7 commit 0c47865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions laminci/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from ._env import get_package_name

SYSTEM = " --system " if os.getenv("CI") else ""
nox.options.default_venv_backend = "none"


def _login_lamin_user(user_email: str, env: Optional[Dict[str, str]] = None):
Expand Down

0 comments on commit 0c47865

Please sign in to comment.