Skip to content
Snippets Groups Projects
Commit 73d5a605 authored by Nils-Arne Dreier's avatar Nils-Arne Dreier
Browse files

fix: add typer to ci image

parent 7f0ccabe
No related branches found
No related tags found
1 merge request!41Replace argparse with typer
Pipeline #97360 passed
......@@ -110,8 +110,8 @@ hiopy-levante:
hiopy-configure add-3dvariable ${DATASET} temp atmo_output icon_atmos_grid full_level --chunk-shape 8 16 2000
hiopy-configure add-3dvariable ${DATASET} pres atmo_output icon_atmos_grid full_level --chunk-shape 4 16 2000
hiopy-configure add-2dvariable ${DATASET} pres_sfc atmo_output icon_atmos_grid --chunk-shape 1 20
hiopy-configure consolidate
hiopy-configure info --tree
hiopy-configure consolidate ${DATASET}
hiopy-configure info --tree ${DATASET}
- |
MPMD=`pwd -P`/mpmd.conf
cd ${ICON_DIR}/build
......
......@@ -23,7 +23,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN pip install --no-cache-dir numpy mpi4py matplotlib cython healpy aiohttp zarr datetime
RUN pip install --no-cache-dir numpy mpi4py matplotlib cython healpy aiohttp zarr datetime typer
# install yaxt
RUN curl -s -L https://swprojects.dkrz.de/redmine/attachments/download/529/yaxt-0.10.0.tar.gz | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment