Skip to content

Commit

Permalink
Fixing pipeline by setting the test artifact_location inside /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
pebeto committed Aug 18, 2023
1 parent 518d3d8 commit d96deb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/base.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@testset verbose = true "base" begin
logger = MLFlowLogger("http://localhost:5000";
experiment_name="MLJFlow tests",
artifact_location="./mlj-test")
artifact_location="/tmp/mlj-test")

X, y = make_moons(100)
DecisionTreeClassifier = @load DecisionTreeClassifier pkg=DecisionTree
Expand Down

0 comments on commit d96deb3

Please sign in to comment.