Skip to content

Commit 5a8f9c0

Browse files
committed
Unify CI build wheel code
1 parent 84551c1 commit 5a8f9c0

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/on-push.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,12 @@ jobs:
4040
with:
4141
python-version: 3.12
4242
cache: 'pip'
43-
- name: Install python dependencies in Linux
44-
if: matrix.os == 'ubuntu-latest'
45-
run: |
46-
python -m pip install --upgrade pip
47-
pip install uv
48-
uv pip install wheel --python 3.12 --system --verbose
49-
uv pip install -r Browser/dev-requirements.txt --python 3.12 --system
50-
uv pip install -r pyproject.toml --python 3.12 --system
51-
- name: Install python dependencies in Windows
52-
if: matrix.os != 'ubuntu-latest'
43+
- name: Install python dependencies
5344
run: |
5445
python -m pip install --upgrade pip
5546
pip install uv
5647
uv pip install wheel --python 3.12 --system --verbose
57-
uv pip install -r Browser/dev-requirements.txt --python 3.12 --system
48+
uv pip install -r Browser/dev-requirements.txt --python 3.12 --system
5849
uv pip install -r pyproject.toml --python 3.12 --system
5950
- name: Build Protos and check with tsc
6051
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)