We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc2e4f commit 0d0f292Copy full SHA for 0d0f292
.github/workflows/build-release.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: 3.11
21
- run: pip install -r requirements.txt
22
- run: python scripts/download-tools.py
23
- - run: pip install black ruff pytest pytest-cov
+ - run: pip install black ruff pytest pytest-cov pytest-mock pytest-subprocess
24
- run: black .
25
- run: ruff openandroidinstaller/ --ignore E501
26
- run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/
0 commit comments