File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 55
66
77jobs :
8- ci :
9- runs-on : ${{ matrix.os }}
10- strategy :
11- fail-fast : false
12- matrix :
13- os : ['ubuntu-20.04', 'ubuntu-latest']
14- steps :
15- - uses : actions/checkout@v4
16- - uses : actions/setup-python@v4
17- with :
18- python-version : 3.11
19- - run : pip install -r requirements.txt
20- - run : python scripts/download-tools.py
21- - run : pip install black ruff pytest pytest-cov pytest-mock pytest-subprocess
22- - run : black .
23- - run : ruff check openandroidinstaller/ --ignore E501
24- - run : PYTHONPATH=openandroidinstaller:$(PYTHONPATH) pytest --cov=openandroidinstaller tests/
25-
268 build :
27- needs : ci
289 runs-on : ${{ matrix.os }}
2910 strategy :
3011 fail-fast : false
4425 path : dist/
4526
4627 build-windows :
47- needs : ci
4828 runs-on : ' windows-latest'
4929 steps :
5030 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments