Skip to content

Commit 288cb8c

Browse files
committed
Updated github workflow ci and python version in pyproject.toml
1 parent 31cf8d9 commit 288cb8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Install the dependencies
2121
run: |
2222
uv sync
23-
uv install pre-commit
23+
uv pip install pre-commit
2424
2525
- name: Run pre-commit checks
2626
run: |
27-
pre-commit run --all-files
27+
uv run pre-commit run --all-files

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "mlops-with-databricks"
33
version = "0.0.1"
44
description = "MLOps with Databricks"
55
readme = "README.md"
6-
requires-python = ">=3.11"
6+
requires-python = ">=3.11, <3.12"
77
dependencies = ["lightgbm>=4.5.0, <5",
88
"scikit-learn>=1.5.1, <2",
99
"cloudpickle>=3.0.0, <4",

0 commit comments

Comments
 (0)