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
9b135e46
Commit
9b135e46
authored
Aug 23, 2021
by
Maximilian Schanner
Committed by
Maximilian Schanner
Aug 23, 2021
Browse files
Update .gitlab-ci.yml
parent
d1746685
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9b135e46
...
...
@@ -32,7 +32,7 @@ test-run:
stage
:
test
script
:
-
apt-get update -y -qq
-
apt-get install -y -qq python3-dev python3-pip
python3-cartopy
-
apt-get install -y -qq python3-dev python3-pip
libproj-dev libgeos-dev proj-bin
-
pip install pymagglobal -f dist/
-
python3 tests/run_tests.py
-
pip uninstall -y pymagglobal
...
...
@@ -96,7 +96,7 @@ test-debian:
stage
:
test-install
script
:
-
apt-get update -y -qq
-
apt-get install -y -qq python3-dev python3-pip
python3-cartopy
-
apt-get install -y -qq python3-dev python3-pip
libproj-dev libgeos-dev proj-bin
-
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
...
...
@@ -126,7 +126,7 @@ pages:
-
cp examples/*.ipynb docs/
-
cp ./CHANGELOG docs/CHANGELOG.rst
-
apt-get update -y -qq
-
apt-get install -y -qq python3-dev python3-pip
python3-cartopy
pandoc
-
apt-get install -y -qq python3-dev python3-pip
libproj-dev libgeos-dev proj-bin
pandoc
-
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
-
sphinx-build -b html docs public
...
...
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