Skip to content

Commit 39a8ecf

Browse files
committed
Add python path to ruff line in build workflow
1 parent 8c5e82a commit 39a8ecf

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
@@ -22,7 +22,7 @@ jobs:
2222
- run: python scripts/download-tools.py
2323
- run: pip install black ruff pytest pytest-cov pytest-mock pytest-subprocess
2424
- run: black .
25-
- run: ruff openandroidinstaller/ --ignore E501
25+
- run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) ruff openandroidinstaller/ --ignore E501
2626
- run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/
2727

2828
build:

0 commit comments

Comments
 (0)