Skip to content

Commit

Permalink
Merge pull request #242 from ecmwf/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies and fix type hints errors revealed
  • Loading branch information
alexamici authored Jul 30, 2021
2 parents 9145591 + 4e53a93 commit e7207b2
Show file tree
Hide file tree
Showing 18 changed files with 363 additions and 380 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 5
matrix:
os: [ubuntu]
python: [3.6, 3.7, 3.8]
python: [3.7, 3.8]
extras: ['']
include:
- os: macos
Expand All @@ -34,7 +34,6 @@ jobs:
- name: Test with pytest
shell: bash -l {0}
run: |
conda install pytest pytest-cov
pip install --no-deps -e .
pytest -v --cov=. --cov-report=xml .
- name: Upload coverage to Codecov
Expand All @@ -59,7 +58,6 @@ jobs:
- name: Test README with pytest
shell: bash -l {0}
run: |
conda install pytest pytest-cov
pip install --no-deps -e .
pytest -v --cov=. --cov-report=xml README.rst
Expand All @@ -82,7 +80,6 @@ jobs:
- name: Type check with mypy
shell: bash -l {0}
run: |
conda install mypy
mypy --strict cfgrib
code-style:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu]
python: [3.6, 3.7, 3.8]
python: [3.7, 3.8]
extras: ['']
include:
- os: macos
Expand Down
Loading

0 comments on commit e7207b2

Please sign in to comment.