Skip to content

Commit f9e519f

Browse files
committed
Merge branch 'develop' of github.com:ecmwf/eccodes-python into develop
2 parents 979a397 + 4f57d7e commit f9e519f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/check-and-publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Code QA
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- run: pip install black flake8 isort
2020
- run: black --version
2121
- run: isort --check .
@@ -43,9 +43,9 @@ jobs:
4343
shell: bash
4444

4545
steps:
46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v3
4747

48-
- uses: actions/setup-python@v2
48+
- uses: actions/setup-python@v4
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

@@ -61,6 +61,7 @@ jobs:
6161
run: |
6262
python -m pip install --upgrade pip
6363
pip install pytest pytest-cov isort black flake8
64+
pip install --upgrade setuptools wheel
6465
6566
- if: matrix.method == 'conda'
6667
run: conda install 'eccodes>=2.27.0'
@@ -99,10 +100,10 @@ jobs:
99100
runs-on: ubuntu-latest
100101

101102
steps:
102-
- uses: actions/checkout@v2
103+
- uses: actions/checkout@v3
103104

104105
- name: Set up Python
105-
uses: actions/setup-python@v2
106+
uses: actions/setup-python@v4
106107
with:
107108
python-version: "3.x"
108109

0 commit comments

Comments
 (0)