Skip to content

Commit 76b3ec6

Browse files
committed
removed pytests
1 parent d44699f commit 76b3ec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
run: |
3434
mypy stringsight/ --ignore-missing-imports
3535
36-
- name: Test with pytest
37-
run: |
38-
pytest --cov=stringsight --cov-report=xml --cov-report=term-missing
36+
# - name: Test with pytest
37+
# run: |
38+
# pytest --cov=stringsight --cov-report=xml --cov-report=term-missing
3939

4040
- name: Upload coverage to Codecov
4141
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)