Skip to content

Commit 504646e

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev
2 parents f28e128 + 1a5c45b commit 504646e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
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/
@@ -35,7 +36,7 @@ jobs:
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
@@ -51,7 +52,7 @@ jobs:
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

0 commit comments

Comments
 (0)