We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a516e9f commit fd3834fCopy full SHA for fd3834f
1 file changed
.github/workflows/CI.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- tools: ['black', 'bandit', 'pylint', 'pyright', 'flake8', 'pytest']
+ tools: ['black', 'bandit', 'pylint', 'pyright', 'flake8']
17
include:
18
- tool: pytest
19
args: -m not integration and not gpu
0 commit comments