diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fafe48c80..9dbac6d00 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -297,4 +297,5 @@ jobs: - name: Tokenizers regression tests run: | python3 -m pytest -n logical 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