Skip to content

Commit

Permalink
Remove examples from tests
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Sep 1, 2023
1 parent 5b6ac71 commit 19cfa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/azureml_tests/submit_groupwise_azureml_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def create_run_config(
)

# install recommenders
reco_extras = "dev,examples"
reco_extras = "dev"
if add_gpu_dependencies and add_spark_dependencies:
conda_dep.add_channel("conda-forge")
conda_dep.add_conda_package(conda_pkg_jdk)
Expand Down

0 comments on commit 19cfa7d

Please sign in to comment.