Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tzis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
data-infrastructure-services
tzis
Commits
18611f30
Commit
18611f30
authored
1 year ago
by
Fabian Wachsmann
Browse files
Options
Downloads
Patches
Plain Diff
Try to install cdo from ci
parent
bd63eeb8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
tests/run_tests.sh
+1
-1
1 addition, 1 deletion
tests/run_tests.sh
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
18611f30
...
...
@@ -13,6 +13,7 @@ test:
-
conda create -p /home/gitlab-runner/.conda/envs/gitlabci -c conda-forge micromamba <<< "n"
-
conda activate /home/gitlab-runner/.conda/envs/gitlabci
-
micromamba create --file environment.yml -c conda-forge -p /home/gitlab-runner/.conda/envs/mambaenv -y --no-rc
-
micromamba install -c conda-forge -p /home/gitlab-runner/.conda/envs/mambaenv -y --no-rc cdo python-cdo
-
conda activate /home/gitlab-runner/.conda/envs/mambaenv
# - git lfs pull
script
:
...
...
This diff is collapsed.
Click to expand it.
tests/run_tests.sh
+
1
−
1
View file @
18611f30
#!/bin/sh
conda
install
python
=
3.10 cdo python-cdo
-c
conda-forge
-y
#
conda install python=3.10 cdo python-cdo -c conda-forge -y
cd
files
for
file
in
$(
ls
-1
./
)
;
do
echo
$file
...
...
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