From 841b48469bcf85e8211643be9ece5b4ed152146d Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Wed, 7 Feb 2024 10:58:04 +0100 Subject: [PATCH] Update .github/workflows/windows.yml Co-authored-by: Artur Paniukov --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f09b5cc87..05b13e8b1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -280,4 +280,5 @@ jobs: - name: Tokenizers regression tests run: | python3 -m pytest tokenizers_test.py - working-directory: ${{ env.OPENVINO_TOKENIZERS_REPO }}/tests \ No newline at end of file + working-directory: ${{ env.OPENVINO_TOKENIZERS_REPO }}/tests + \ No newline at end of file