Skip to content

Commit

Permalink
Add more dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Mar 24, 2024
1 parent 7fc2e4f commit 0d0f292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: 3.11
- run: pip install -r requirements.txt
- run: python scripts/download-tools.py
- run: pip install black ruff pytest pytest-cov
- run: pip install black ruff pytest pytest-cov pytest-mock pytest-subprocess
- run: black .
- run: ruff openandroidinstaller/ --ignore E501
- run: PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/
Expand Down

0 comments on commit 0d0f292

Please sign in to comment.