File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 15
15
name : Code QA
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
- run : pip install black flake8 isort
20
20
- run : black --version
21
21
- run : isort --check .
43
43
shell : bash
44
44
45
45
steps :
46
- - uses : actions/checkout@v2
46
+ - uses : actions/checkout@v3
47
47
48
- - uses : actions/setup-python@v2
48
+ - uses : actions/setup-python@v4
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
61
61
run : |
62
62
python -m pip install --upgrade pip
63
63
pip install pytest pytest-cov isort black flake8
64
+ pip install --upgrade setuptools wheel
64
65
65
66
- if : matrix.method == 'conda'
66
67
run : conda install 'eccodes>=2.27.0'
@@ -99,10 +100,10 @@ jobs:
99
100
runs-on : ubuntu-latest
100
101
101
102
steps :
102
- - uses : actions/checkout@v2
103
+ - uses : actions/checkout@v3
103
104
104
105
- name : Set up Python
105
- uses : actions/setup-python@v2
106
+ uses : actions/setup-python@v4
106
107
with :
107
108
python-version : " 3.x"
108
109
You can’t perform that action at this time.
0 commit comments