Skip to content

Commit

Permalink
enforce databricks
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Nov 19, 2024
1 parent fa8a4fc commit d0f26e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/object_store/test_mlflow_object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@pytest.fixture(autouse=True)
def setup_mlflow_tracking(monkeypatch):
mlflow = pytest.importorskip('mlflow')
monkeypatch.setenv(mlflow.environment_variables.MLFLOW_TRACKING_URI.name, '')
monkeypatch.setenv(mlflow.environment_variables.MLFLOW_TRACKING_URI.name, 'databricks')


def test_parse_dbfs_path():
Expand Down

0 comments on commit d0f26e8

Please sign in to comment.