Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ci-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies: |
ecmwf/odc
ecmwf/metkit
ecmwf/fdb
ecmwf/gribjump
dependency_branch: develop
parallelism_factor: 8
self_build: false # Only for python packages
2 changes: 2 additions & 0 deletions .github/ci-hpc-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build:
modules:
- ninja
- aec
dependencies:
- ecmwf/ecbuild@develop
- MathisRosenhauer/libaec@refs/tags/v1.1.3
Expand All @@ -9,6 +10,7 @@ build:
- ecmwf/odc@develop
- ecmwf/metkit@develop
- ecmwf/fdb@develop
- ecmwf/gribjump@develop
python_dependencies:
- ecmwf/eccodes-python@develop
- ecmwf/cfgrib@master
Expand Down
2 changes: 2 additions & 0 deletions .github/ci-hpc-gpu-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build:
modules:
- ninja
- aec
dependencies:
- ecmwf/ecbuild@develop
- MathisRosenhauer/libaec@refs/tags/v1.1.3
Expand All @@ -9,6 +10,7 @@ build:
- ecmwf/odc@develop
- ecmwf/metkit@develop
- ecmwf/fdb@develop
- ecmwf/gribjump@develop
python_dependencies:
- ecmwf/eccodes-python@develop
- ecmwf/cfgrib@master
Expand Down
1 change: 0 additions & 1 deletion tests/sources/test_gribjump.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def ds_expected_with_coords():
"levelist": "1000",
"levtype": "pl",
"stream": "oper",
"param": "129",
"time": "1200",
"type": "fc",
"Conventions": "CF-1.8",
Expand Down
Loading