Skip to content

Commit

Permalink
removed bandit tests from linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 8, 2024
1 parent 5dbee25 commit e810ae0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,6 @@ jobs:
python3 -m pip install $wheel_name[dev]
popd
- name: Tokenizers Bandit tests
run: |
bandit -c pyproject.toml -r python
working-directory: ${{ env.OPENVINO_TOKENIZERS_REPO }}

- name: Tokenizers regression tests
run: |
python3 -m pytest tokenizers_test.py
Expand Down

0 comments on commit e810ae0

Please sign in to comment.