Skip to content

Commit 9a51c4c

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev
2 parents b742853 + 55eba7f commit 9a51c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
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)