Skip to content

Commit 0d0f292

Browse files
committed
Add more dev dependencies
1 parent 7fc2e4f commit 0d0f292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: 3.11
2121
- run: pip install -r requirements.txt
2222
- run: python scripts/download-tools.py
23-
- run: pip install black ruff pytest pytest-cov
23+
- run: pip install black ruff pytest pytest-cov pytest-mock pytest-subprocess
2424
- run: black .
2525
- run: ruff openandroidinstaller/ --ignore E501
2626
- run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/

0 commit comments

Comments
 (0)