From 0751e6c3bf48ceb8773a5bf957149fcc93f3537b Mon Sep 17 00:00:00 2001 From: luozhuoyang Date: Mon, 2 Aug 2021 23:02:05 +0800 Subject: [PATCH] Ignore tests --- .github/workflows/python-package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index f935661..f0b2f3c 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -42,4 +42,5 @@ jobs: --ignore tests/load_pretrained_test.py \ --ignore tests/question_answering_tests \ --ignore tests/sequence_classify_tests \ - --ignore tests/token_classification_tests + --ignore tests/token_classification_tests \ + --ignore tests/sentence_embedding_tests