We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b742853 + 55eba7f commit 9a51c4cCopy full SHA for 9a51c4c
.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