diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 705e5c1d3..0aed04a25 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