Skip to content

Commit eb313c4

Browse files
committed
feat(tests): disable pytest annotations
1 parent 0bddf3d commit eb313c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/python.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ jobs:
227227
pip install -r requirements_test.txt
228228
229229
230+
- run: |
231+
echo "::remove-matcher owner=python::"
232+
233+
230234
- name: Run Tests
231235
id: run-unit-test
232236
continue-on-error: true
@@ -309,6 +313,9 @@ jobs:
309313
pip install -r requirements_test.txt
310314
311315
316+
- run: |
317+
echo "::remove-matcher owner=python::"
318+
312319
- name: Run Tests
313320
id: run-functional-test
314321
continue-on-error: true

0 commit comments

Comments
 (0)