Skip to content

Commit 55eba7f

Browse files
committed
Disable tests in build
1 parent df3c16f commit 55eba7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: pip install black ruff pytest pytest-cov pytest-mock pytest-subprocess
2424
- run: black .
2525
- run: ruff check openandroidinstaller/ --ignore E501
26-
- run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/
26+
#- run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/
2727

2828
build:
2929
needs: ci

0 commit comments

Comments
 (0)