Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorials-and-use-cases
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
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
tutorials-and-use-cases
Commits
f1613230
Commit
f1613230
authored
3 years ago
by
Fabian Wachsmann
Browse files
Options
Downloads
Patches
Plain Diff
Added missing package
parent
fcf2fb88
No related branches found
No related tags found
1 merge request
!56
Resolve "Plotting CMIP6 data on unstructured grids with psyplot"
Pipeline
#10198
failed
3 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
environment.yml
+3
-0
3 additions, 0 deletions
environment.yml
with
4 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
f1613230
...
...
@@ -14,9 +14,9 @@ build:
-
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
-
conda activate /home/gitlab-runner/.conda/envs/mambaenv
-
pip3 install shapely --upgrade
#For psyplot
-
envkernel conda --name=anaconda3_bleeding --replace --user /home/gitlab-runner/.conda/envs/mambaenv
script
:
-
export DYLD_FALLBACK_LIBRARY_PATH=/usr/local/lib:/lib:/usr/lib
-
cd docs
-
make html
after_script
:
...
...
This diff is collapsed.
Click to expand it.
environment.yml
+
3
−
0
View file @
f1613230
...
...
@@ -30,8 +30,11 @@ dependencies:
-
esmvalcore
-
requests
-
aiohttp
#psyplot
-
psy-maps
-
psyplot
#intake pangeo
-
gcsfs
-
pip
:
-
envkernel
-
shapely
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