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
80440a3d
Commit
80440a3d
authored
3 years ago
by
Fabian Wachsmann
Browse files
Options
Downloads
Patches
Plain Diff
Try this
parent
d8297409
No related branches found
No related tags found
1 merge request
!56
Resolve "Plotting CMIP6 data on unstructured grids with psyplot"
Pipeline
#10251
passed
3 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
environment.yml
+1
-1
1 addition, 1 deletion
environment.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
1
View file @
80440a3d
...
...
@@ -10,7 +10,8 @@ build:
variables
:
GIT_STRATEGY
:
clone
before_script
:
-
export DYLD_FALLBACK_LIBRARY_PATH=/usr/local/lib:/lib:/usr/lib
-
export DYLD_FALLBACK_LIBRARY_PATH=/usr/local/lib:/lib:/usr/lib64
-
export LD_LIBRARY_PATH=/usr/lib64:$LD_LIBRARY_PATH
-
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
...
...
This diff is collapsed.
Click to expand it.
environment.yml
+
1
−
1
View file @
80440a3d
...
...
@@ -33,7 +33,7 @@ dependencies:
#psyplot
-
psy-maps
-
psyplot
-
geo
panda
s
-
geos
#intake pangeo
-
gcsfs
-
pip
:
...
...
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