diff --git a/screwdriver.yaml b/screwdriver.yaml index 8ac313007..0c1bbfb92 100644 --- a/screwdriver.yaml +++ b/screwdriver.yaml @@ -143,6 +143,6 @@ jobs: - install-python: | dnf install -y python3 python3-pip python3-dateutil python3 -m pip install --upgrade pip - python3 -m pip install pytest notebook nbconvert runnb pandas torch numpy + python3 -m pip install pytest notebook nbconvert runnb pandas torch numpy scikit-learn - run-notebooks: | (cd examples/model-deployment && runnb --allow-not-trusted ONNXModelExport.ipynb)