Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 0f3cf85

Browse files
authored
Update validation.yml
skip pyright due to issues in pipeline
1 parent 62a9303 commit 0f3cf85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
tools: ['black', 'bandit', 'pylint', 'pyright', 'flake8']
17+
tools: ['black', 'bandit', 'pylint', 'flake8']
1818
include:
1919
- tools: pytest
2020
args: -m not integration and not gpu

0 commit comments

Comments
 (0)