Skip to content

Commit 67c182d

Browse files
committed
no tests for now
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 341aa97 commit 67c182d

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,3 @@ jobs:
3636
- name: Lint
3737
run: |
3838
make lint
39-
40-
test:
41-
runs-on: ubuntu-22.04
42-
strategy:
43-
matrix:
44-
python-version: [3.7, 3.8, 3.9, "3.10"]
45-
steps:
46-
- uses: actions/checkout@v3
47-
- name: Set up Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@v4
49-
with:
50-
python-version: ${{ matrix.python-version }}
51-
- name: Install dependencies
52-
run: |
53-
make install-dev
54-
- name: Run tests
55-
run: |
56-
make tests

0 commit comments

Comments
 (0)