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.
1 parent 8c5e82a commit 39a8ecfCopy full SHA for 39a8ecf
.github/workflows/build-release.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: python scripts/download-tools.py
23
- run: pip install black ruff pytest pytest-cov pytest-mock pytest-subprocess
24
- run: black .
25
- - run: ruff openandroidinstaller/ --ignore E501
+ - run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) ruff openandroidinstaller/ --ignore E501
26
- run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/
27
28
build:
0 commit comments