Skip to content

fix: use mlflow env variables directly for mlflow auth (#434) #2133

fix: use mlflow env variables directly for mlflow auth (#434)

fix: use mlflow env variables directly for mlflow auth (#434) #2133

Workflow file for this run

name: Code linting
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"
- uses: pre-commit/[email protected]