Skip to content

Commit

Permalink
fix INSTALL_SDK_FROM env var functionality for easier local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed May 9, 2024
1 parent a7e3a3b commit aec7913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def pdm_install(
for group in groups:
args.extend(['--group', group])
session.run('pdm', 'install', *args, external=True)
if INSTALL_SDK_FROM:
session.run('pip', 'install', INSTALL_SDK_FROM, external=True)


def github_output(name, value, *, secret=False):
Expand Down

0 comments on commit aec7913

Please sign in to comment.