Skip to content

Commit 41c7ebd

Browse files
authored
Disable mlflow-recipes job (mlflow#14623)
Signed-off-by: harupy <[email protected]>
1 parent a0b9638 commit 41c7ebd

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

.circleci/config.yml

+37-37
Original file line numberDiff line numberDiff line change
@@ -93,44 +93,45 @@ jobs:
9393
- store_artifacts:
9494
path: docs/build/
9595

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
99100

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
127128

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
134135

135136
# 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.
136137
windows:
@@ -146,5 +147,4 @@ workflows:
146147
jobs:
147148
- build_doc
148149
- build_doc_r
149-
- mlflow-recipes
150150
- windows

0 commit comments

Comments
 (0)