We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5528edc commit cabdc3fCopy full SHA for cabdc3f
applications/mlflow/Taskfile.yml
@@ -772,7 +772,7 @@ tasks:
772
- echo "Running application tests against MLflow on localhost:{{.PORT}}..."
773
- |
774
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
+ pip3 install setuptools mlflow==2.11.0 pandas>=2.0.0 scikit-learn>=1.3.0 requests>=2.31.0 urllib3>=2.0.0
776
777
echo "Running MLflow application tests"
778
python {{.TESTS_DIR}}/mlflow_test.py localhost:{{.PORT}} \
0 commit comments