Skip to content
Snippets Groups Projects
Commit 18611f30 authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Try to install cdo from ci

parent bd63eeb8
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
#!/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
......
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