File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v2
1818 - uses : actions/setup-python@v4
1919 with :
20- python-version : ' 3.9 '
20+ python-version : ' 3.10 '
2121 - name : Install dependencies
2222 run : |
2323 pip install $(grep -iE "pylint|pycodestyle" analyzer/requirements_py/dev/requirements.txt)
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v2
1515 - uses : actions/setup-python@v4
1616 with :
17- python-version : ' 3.9 '
17+ python-version : ' 3.10 '
1818 - name : Install dependencies
1919 run : |
2020 pip install $(grep -iE "pylint|pycodestyle" analyzer/requirements_py/dev/requirements.txt)
Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v3
3232 - uses : actions/setup-python@v4
3333 with :
34- python-version : ' 3.9 '
34+ python-version : ' 3.10 '
3535 - name : " Install dependencies"
3636 run : |
3737 # Some packages, e.g. build-essential and curl are available
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v2
1818 - uses : actions/setup-python@v4
1919 with :
20- python-version : ' 3.9 '
20+ python-version : ' 3.10 '
2121 - uses : actions/setup-node@v1
2222 with :
2323 node-version : ' 16.x'
6363 steps :
6464 - uses : actions/setup-python@v4
6565 with :
66- python-version : ' 3.9 '
66+ python-version : ' 3.10 '
6767
6868 - uses : actions/download-artifact@master
6969 with :
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v2
2121 - uses : actions/setup-python@v4
2222 with :
23- python-version : ' 3.9 '
23+ python-version : ' 3.10 '
2424 - name : Install dependencies
2525 run : |
2626 pip install $(grep -iE "pylint|pycodestyle" analyzer/requirements_py/dev/requirements.txt)
3636 - uses : actions/checkout@v2
3737 - uses : actions/setup-python@v4
3838 with :
39- python-version : ' 3.12 '
39+ python-version : ' 3.10 '
4040 - name : Create venv-dev
4141 run : |
4242 make venv_dev
5252 - uses : actions/checkout@v2
5353 - uses : actions/setup-python@v4
5454 with :
55- python-version : ' 3.9 '
55+ python-version : ' 3.10 '
5656 - name : Setup Bazel
5757 uses : abhinavsingh/setup-bazel@v3
5858 with :
@@ -108,7 +108,7 @@ jobs:
108108 - uses : actions/checkout@v2
109109 - uses : actions/setup-python@v4
110110 with :
111- python-version : ' 3.9 '
111+ python-version : ' 3.10 '
112112
113113 - name : Install dependencies
114114 run : sh .github/workflows/install-deps.sh
@@ -151,7 +151,7 @@ jobs:
151151 - uses : actions/checkout@v2
152152 - uses : actions/setup-python@v4
153153 with :
154- python-version : ' 3.9 '
154+ python-version : ' 3.10 '
155155
156156 - name : Install dependencies
157157 run : sh .github/workflows/install-deps.sh
@@ -196,7 +196,7 @@ jobs:
196196 - uses : actions/checkout@v2
197197 - uses : actions/setup-python@v4
198198 with :
199- python-version : ' 3.9 '
199+ python-version : ' 3.10 '
200200 - uses : actions/setup-node@v1
201201 with :
202202 node-version : ' 16.x'
You can’t perform that action at this time.
0 commit comments