File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -40,21 +40,12 @@ jobs:
40
40
with :
41
41
python-version : 3.12
42
42
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
53
44
run : |
54
45
python -m pip install --upgrade pip
55
46
pip install uv
56
47
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
58
49
uv pip install -r pyproject.toml --python 3.12 --system
59
50
- name : Build Protos and check with tsc
60
51
if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments