Skip to content

Commit e527df2

Browse files
committed
Sync version of pylint between common.json and github actions workflow.
1 parent ee260eb commit e527df2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
sudo pip install logilab-common==1.4.4
128+
sudo pip install pylint==1.9.3
129+
sudo pip install ninja_syntax==1.7.2
129130
- name: Build GraalVM and run gate
130131
env: ${{ matrix.env }}
131132
run: |

common.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"README": "This file contains definitions that are useful for the hocon and jsonnet CI files of multiple repositories.",
2+
"README": [
3+
"This file contains definitions that are useful for the hocon and jsonnet CI files of multiple repositories.",
4+
"Important! The github actions do not automatically parse this file. When updating any dependency versions in this file,",
5+
"also update the corresponding github actions definition."
6+
],
37

48
"jdks": {
59
"openjdk8": {"name": "openjdk", "version": "8u302+02-jvmci-21.2-b02", "platformspecific": true },

0 commit comments

Comments
 (0)