We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3c16f commit 55eba7fCopy full SHA for 55eba7f
.github/workflows/build-release.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: pip install black ruff pytest pytest-cov pytest-mock pytest-subprocess
24
- run: black .
25
- run: ruff check openandroidinstaller/ --ignore E501
26
- - run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/
+ #- run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/
27
28
build:
29
needs: ci
0 commit comments