Skip to content

Commit

Permalink
set tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Nov 19, 2024
1 parent 17ca05a commit 1052a16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/utils/object_store/test_mlflow_object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ def test_init_with_no_experiment_and_no_run(monkeypatch):
assert store.experiment_id == EXPERIMENT_ID
assert store.run_id == RUN_ID

@pytest.fixture(autouse=True)
def set_mlflow_tracking_uri(monkeypatch):
monkeypatch.setenv('MLFLOW_TRACKING_URI', 'databricks')

@pytest.fixture()
def mlflow_object_store(monkeypatch):
Expand Down

0 comments on commit 1052a16

Please sign in to comment.