Skip to content

Commit 7cfa52c

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

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,6 @@ jobs:
2727
${{ matrix.tools }}: true
2828
args: ${{ matrix.args }}
2929

30-
linting:
31-
runs-on: ubuntu-latest
32-
strategy:
33-
matrix:
34-
tools: ['black', 'bandit', 'pylint', 'pyright', 'flake8']
35-
steps:
36-
- uses: actions/checkout@v2
37-
- name: ${{ matrix.tools }}
38-
uses: dciborow/pyaction@0.0.28
39-
with:
40-
${{ matrix.tools }}: true
41-
42-
testing:
43-
runs-on: ubuntu-latest
44-
strategy:
45-
fail-fast: true
46-
matrix:
47-
include:
48-
- tool: pytest
49-
args: -m not integration and not gpu
50-
- tool: pytest
51-
args: -m integration
52-
steps:
53-
- uses: actions/checkout@v2
54-
- uses: dciborow/pyaction@0.0.28
55-
with:
56-
${{ matrix.tool }}: true
57-
args: ${{ matrix.args }}
58-
5930
publish:
6031
runs-on: ubuntu-latest
6132
steps:

0 commit comments

Comments
 (0)