Skip to content

Commit cabdc3f

Browse files
committed
add missing dependency for tests
1 parent 5528edc commit cabdc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/mlflow/Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ tasks:
772772
- echo "Running application tests against MLflow on localhost:{{.PORT}}..."
773773
- |
774774
echo "Installing Python dependencies for tests..."
775-
pip3 install mlflow==2.11.0 pandas>=2.0.0 scikit-learn>=1.3.0 requests>=2.31.0 urllib3>=2.0.0
775+
pip3 install setuptools mlflow==2.11.0 pandas>=2.0.0 scikit-learn>=1.3.0 requests>=2.31.0 urllib3>=2.0.0
776776
777777
echo "Running MLflow application tests"
778778
python {{.TESTS_DIR}}/mlflow_test.py localhost:{{.PORT}} \

0 commit comments

Comments
 (0)