Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pyicon
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
Container 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
Fraser William Goldsworth
pyicon
Commits
f1b0b098
Commit
f1b0b098
authored
1 year ago
by
Fraser William Goldsworth
Browse files
Options
Downloads
Patches
Plain Diff
try conda
parent
81923634
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#60878
failed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-5
3 additions, 5 deletions
.gitlab-ci.yml
ci/requirements_py311.yml
+26
-0
26 additions, 0 deletions
ci/requirements_py311.yml
with
29 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
5
View file @
f1b0b098
pages
:
script
:
-
apk add --repository https://dl-cdn.alpinelinux.org/alpine/edge/community pandoc
-
pip install -r requirements.txt
-
pip install cartopy
-
pip install nbsphinx nbsphinx_link pydata_sphinx_theme sphinx_copybutton
-
conda env create -f ci/requirements_py311.yml
-
conda activate pyicon_py311
-
pip install -e .
-
cd doc
-
make html
-
mv _build/html/* ../public/
tags
:
-
sphinx
-
conda
only
:
-
master
...
...
This diff is collapsed.
Click to expand it.
ci/requirements_py311.yml
0 → 100644
+
26
−
0
View file @
f1b0b098
name
:
pyicon_py311
channels
:
-
conda-forge
dependencies
:
-
python=3.11
-
numpy
-
dask
-
matplotlib
-
cartopy
-
netcdf4
-
xarray
-
zarr
-
pandas
-
cmocean
-
scipy
-
ipdb
-
ipywidgets
-
jupytext
-
pytest
-
healpy
-
pandoc
-
sphinx
# Documentation
-
nbsphinx
# Documentation
-
nbsphinx-link
# Documentation
-
sphinx-copybutton
# Documentation
-
pydata-sphinx-theme
# Documentation
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