Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sec23
korte
pymagglobal
Commits
2aaf4f83
Commit
2aaf4f83
authored
Jan 18, 2022
by
Maximilian Schanner
Browse files
Fix notebook evaluation.
parent
b24e515f
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2aaf4f83
...
...
@@ -80,7 +80,7 @@ test-conda:
stage
:
test-install
image
:
continuumio/miniconda3
script
:
-
conda install cartopy
-
conda install cartopy
pyqt
-
pip install pymagglobal --extra-index-url https://public:5mz_iyigu-WE3HySBH1J@git.gfz-potsdam.de/api/v4/projects/${CI_PROJECT_ID}/packages/pypi/simple
-
python3 tests/run_tests.py
-
pip uninstall -y pymagglobal
...
...
@@ -129,13 +129,15 @@ test-debian:
pages
:
stage
:
deploy
image
:
continuumio/miniconda3
script
:
-
cp examples/*.ipynb docs/
-
cp ./CHANGELOG docs/CHANGELOG.rst
-
apt-get update -y -qq
-
apt-get install -y -qq python3-dev python3-pip libproj-dev libgeos-dev proj-bin pandoc
-
conda create --name testing -y
-
source activate testing
-
conda install cartopy pyqt pandoc -c conda-forge
-
pip install pymagglobal --extra-index-url https://public:5mz_iyigu-WE3HySBH1J@git.gfz-potsdam.de/api/v4/projects/${CI_PROJECT_ID}/packages/pypi/simple
-
pip install jupyter notebook sphinx nbsphinx sphinx-argparse
-
cp examples/*.ipynb docs/
-
cp ./CHANGELOG docs/CHANGELOG.rst
-
sphinx-build -b html docs public
artifacts
:
paths
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment