File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,9 @@ jobs:
124124 if : ${{ contains(matrix.env.GATE, 'style') }}
125125 run : |
126126 sudo apt install python-pip python-setuptools
127- sudo pip install astroid==1.1.0
128- sudo pip install pylint==1.1.0
127+ cat common.json |
128+ jq -r '.deps.common.packages | to_entries[] | select(.key | startswith("pip:")) | (.key | split(":")[1]) + .value' |
129+ xargs sudo pip install
129130 - name : Build GraalVM and run gate
130131 env : ${{ matrix.env }}
131132 run : |
Original file line number Diff line number Diff line change 3232 "MX_PYTHON" : " python3"
3333 },
3434 "packages" : {
35- "pip:logilab-common " : " ==1.4.4" ,
35+ "pip:logilab-common" : " ==1.4.4" ,
3636 "pip:pylint" : " ==1.9.3" ,
3737 "pip:ninja_syntax" : " ==1.7.2"
3838 }
You can’t perform that action at this time.
0 commit comments