Skip to content

Commit

Permalink
Fixed CI job.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de>
  • Loading branch information
danschef committed Feb 16, 2021
1 parent 4f6367b commit 17e743e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ test_arosics:
- source /root/miniconda3/bin/activate ci_env

# update py_tools_ds and geoarray
- conda update -y -q -c conda-forge py-tools-ds
- conda update -y -q -c conda-forge geoarray
- pip install -U py_tools_ds -q
- pip install -U geoarray -q

# run tests
- make nosetests

# create the docs
- pip install sphinx_rtd_theme # Read-the-docs theme for SPHINX documentation
- pip install sphinx-autodoc-typehints
- pip install -U sphinx_rtd_theme -q # TODO remove as soon as CI runner is rebuilt
- pip install -U sphinx-autodoc-typehints -q # TODO remove as soon as CI runner is rebuilt
- make docs
artifacts:
paths:
Expand Down
2 changes: 2 additions & 0 deletions tests/CI_docker/context/environment_arosics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ dependencies:
- pylint
- rednose
- sphinx-argparse
- sphinx-autodoc-typehints
- sphinx_rtd_theme
- urlchecker

0 comments on commit 17e743e

Please sign in to comment.