Skip to content

Commit

Permalink
Amend CI config for python
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Oct 10, 2023
1 parent c1027bd commit c48b8c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/ci-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ dependencies: |
MathisRosenhauer/libaec@master
ecmwf/eccodes
dependency_branch: develop
parallelism_factor: 8
parallelism_factor: 8
self_build: false
8 changes: 7 additions & 1 deletion .github/ci-hpc-config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
build:
python: '3.10'
modules:
- ninja
dependencies:
- ecmwf/ecbuild@develop
- ecmwf/eccodes@develop
parallel: 64
python_dependencies:
- ecmwf/eccodes-python@develop
env:
- ECCODES_SAMPLES_PATH=$ECCODES_DIR/share/eccodes/samples
- ECCODES_DEFINITION_PATH=$ECCODES_DIR/share/eccodes/definitions
parallel: 64

0 comments on commit c48b8c6

Please sign in to comment.