@@ -93,44 +93,45 @@ jobs:
93
93
- store_artifacts :
94
94
path : docs/build/
95
95
96
- mlflow-recipes :
97
- docker :
98
- - image : cimg/python:3.9
96
+ # TODO: This job can be removed once we drop support MLflow Recipes
97
+ # mlflow-recipes:
98
+ # docker:
99
+ # - image: cimg/python:3.9
99
100
100
- steps :
101
- - checkout
102
- - fetch_merge_ref
103
- - run :
104
- name : Pull submodule
105
- command : |
106
- git submodule update --init --recursive
107
- - run :
108
- name : Install dependencies
109
- command : |
110
- pip install .
111
- pip install nbconvert ipykernel "mistune<3.1.0"
112
- - run :
113
- name : Run CLI
114
- working_directory : examples/recipes/regression
115
- environment :
116
- MLFLOW_RECIPES_PROFILE : local
117
- command : |
118
- mlflow recipes run
119
- - run :
120
- name : Run notebook
121
- working_directory : examples/recipes/regression
122
- environment :
123
- MLFLOW_RECIPES_PROFILE : local
124
- command : |
125
- jupyter nbconvert --to html --execute notebooks/jupyter.ipynb
126
- jupyter nbconvert --to html --execute notebooks/jupyter.ipynb --output dark-jupyter --HTMLExporter.theme=dark
101
+ # steps:
102
+ # - checkout
103
+ # - fetch_merge_ref
104
+ # - run:
105
+ # name: Pull submodule
106
+ # command: |
107
+ # git submodule update --init --recursive
108
+ # - run:
109
+ # name: Install dependencies
110
+ # command: |
111
+ # pip install .
112
+ # pip install nbconvert ipykernel "mistune<3.1.0"
113
+ # - run:
114
+ # name: Run CLI
115
+ # working_directory: examples/recipes/regression
116
+ # environment:
117
+ # MLFLOW_RECIPES_PROFILE: local
118
+ # command: |
119
+ # mlflow recipes run
120
+ # - run:
121
+ # name: Run notebook
122
+ # working_directory: examples/recipes/regression
123
+ # environment:
124
+ # MLFLOW_RECIPES_PROFILE: local
125
+ # command: |
126
+ # jupyter nbconvert --to html --execute notebooks/jupyter.ipynb
127
+ # jupyter nbconvert --to html --execute notebooks/jupyter.ipynb --output dark-jupyter --HTMLExporter.theme=dark
127
128
128
- - store_artifacts :
129
- path : ~/.mlflow/recipes
130
- - store_artifacts :
131
- path : examples/recipes/regression/notebooks/jupyter.html
132
- - store_artifacts :
133
- path : examples/recipes/regression/notebooks/dark-jupyter.html
129
+ # - store_artifacts:
130
+ # path: ~/.mlflow/recipes
131
+ # - store_artifacts:
132
+ # path: examples/recipes/regression/notebooks/jupyter.html
133
+ # - store_artifacts:
134
+ # path: examples/recipes/regression/notebooks/dark-jupyter.html
134
135
135
136
# A job to get a free Windows VM for testing. See https://circleci.com/docs/ssh-access-jobs/ for how to set up SSH access.
136
137
windows :
@@ -146,5 +147,4 @@ workflows:
146
147
jobs :
147
148
- build_doc
148
149
- build_doc_r
149
- - mlflow-recipes
150
150
- windows
0 commit comments