Skip to content

Commit 8f0832a

Browse files
committed
Remove ci from manual build
1 parent a23618c commit 8f0832a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/manual-build.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,7 @@ on:
55

66

77
jobs:
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
@@ -44,7 +25,6 @@ jobs:
4425
path: dist/
4526

4627
build-windows:
47-
needs: ci
4828
runs-on: 'windows-latest'
4929
steps:
5030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)