From d84474027eb702a15d8ec0f57dd28de1d1bff8cc Mon Sep 17 00:00:00 2001 From: shayaharon Date: Sat, 7 Oct 2023 19:40:03 +0300 Subject: [PATCH] tests skipped --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db62ae6dbf..555d46b119 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -962,13 +962,13 @@ workflows: py_version: "3.8" requires: - "build3.8" - - hydra_sweeper_test - - recipe_accuracy_tests - - recipe_sanity_tests_classification_pt1 - - recipe_sanity_tests_classification_pt2 - - recipe_sanity_tests_segmentation - - recipe_sanity_tests_detection - - recipe_sanity_tests_pose_estimation +# - hydra_sweeper_test +# - recipe_accuracy_tests +# - recipe_sanity_tests_classification_pt1 +# - recipe_sanity_tests_classification_pt2 +# - recipe_sanity_tests_segmentation +# - recipe_sanity_tests_detection +# - recipe_sanity_tests_pose_estimation - run_and_convert_notebooks_to_docs <<: *release_tag_filter - deci-common/pip_upload_package_from_codeartifact_to_global_pypi: