File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - uses : actions/setup-python@v4
1919 with :
20- python-version : 3.9
20+ 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 pytest-mock pytest-subprocess
2324 - run : black .
2425 - run : ruff openandroidinstaller/ --ignore E501
2526 - run : PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/
3536 - uses : actions/checkout@v4
3637 - uses : actions/setup-python@v4
3738 with :
38- python-version : 3.9
39+ python-version : 3.11
3940 - run : pip install -r requirements.txt
4041 - run : python scripts/download-tools.py
4142 - run : python scripts/build.py
5152 - uses : actions/checkout@v4
5253 - uses : actions/setup-python@v4
5354 with :
54- python-version : 3.9
55+ python-version : 3.11
5556 - run : pip install -r requirements.txt
5657 - run : python scripts/download-tools.py
5758 - run : python scripts/build.py
You can’t perform that action at this time.
0 commit comments