Skip to content

Commit

Permalink
Small change to run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Sep 17, 2024
1 parent e012731 commit 6aa8d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/src/opik/opik_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _configure_cloud(
config_file_needs_updating = False

# TODO: Update the is_interactive() check, today always returns True so commented the code below
# # first check parameters
# first check parameters
# if is_interactive() is False and api_key is None and current_config.api_key is None:
# raise ConfigurationError("No API key provided for cloud Opik instance.")

Expand Down

0 comments on commit 6aa8d2e

Please sign in to comment.