Skip to content

Commit

Permalink
Changing MLFLOW_URI to MLFLOW_TRACKING_URI in CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pebeto committed May 17, 2024
1 parent e205bcc commit 7cafb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
MLFLOW_URI: "http://localhost:5000"
MLFLOW_TRACKING_URI: "http://localhost:5000/api"
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 7cafb84

Please sign in to comment.