Skip to content

Commit 4e33da5

Browse files
authored
Update CI.yml
1 parent fd3834f commit 4e33da5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
matrix:
1616
tools: ['black', 'bandit', 'pylint', 'pyright', 'flake8']
1717
include:
18-
- tool: pytest
18+
- tools: pytest
1919
args: -m not integration and not gpu
20-
- tool: pytest
20+
- tools: pytest
2121
args: -m integration
2222
steps:
2323
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)