Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coyote
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nils
coyote
Commits
73d5a605
Commit
73d5a605
authored
2 months ago
by
Nils-Arne Dreier
Browse files
Options
Downloads
Patches
Plain Diff
fix: add typer to ci image
parent
7f0ccabe
No related branches found
Branches containing commit
No related tags found
1 merge request
!41
Replace argparse with typer
Pipeline
#97360
passed
2 months ago
Stage: lint
Stage: build
Stage: test
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
ci/Dockerfile
+1
-1
1 addition, 1 deletion
ci/Dockerfile
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
73d5a605
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
ci/Dockerfile
+
1
−
1
View file @
73d5a605
...
...
@@ -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 |
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment