Skip to content

Commit

Permalink
Update to install matplotlib-scalebar
Browse files Browse the repository at this point in the history
Needed when running tests and building documentation for new mapping module.
  • Loading branch information
petebunting authored Jul 13, 2022
1 parent 90e9c4c commit 5ba87f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
mkdir -p pytest_reports/coverage
pip install pytest-html coverage pytest-cov
pip install pysondb
pip install matplotlib-scalebar
pytest -v python_tests --cov=/opt/miniconda/lib/python3.9/site-packages/rsgislib --cov-report=xml:pytest_reports/coverage.xml --cov-report=html:pytest_reports/coverage/ --junitxml=pytest_reports/junit.xml --html=pytest_reports/rsgisib_tests_report.html --self-contained-html
- store_test_results:
path: pytest_reports
Expand All @@ -49,6 +50,7 @@ jobs:
- run:
name: build documentation
command: |
pip install matplotlib-scalebar
cd doc/python
sh run_doc_gen.sh
- aws-s3/sync:
Expand Down

0 comments on commit 5ba87f6

Please sign in to comment.