Skip to content

Commit

Permalink
BUG: fix unboundlocalerror in integration test (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangchenli authored Sep 14, 2023
1 parent 1a570d1 commit 6132658
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/common/config_mod_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ def add_gpu_config(config, cloud="aws"):
gpu_config.node_selector: gpu_config.node_selector_val,
},
)
else:
gpu_node_group = None
kubespawner_overrides = None

jupyterlab_profile = JupyterLabProfile(
display_name="GPU Instance",
Expand Down

0 comments on commit 6132658

Please sign in to comment.