Skip to content

Commit

Permalink
Merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Dec 4, 2023
2 parents b34a0be + 82f3d66 commit 1193d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/test_notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ set -ex
set -o pipefail

cd ./dea-notebooks
pip3 install ./Tools

# Test DEA Tools functions
pytest Tests/dea_tools

# Test Juputer Notebooks
pytest --durations=10 --nbval-lax Beginners_guide
pytest --durations=50 --nbval-lax Beginners_guide DEA_products How_to_guides --ignore How_to_guides/Land_cover_pixel_drill.ipynb --ignore How_to_guides/External_data_ERA5_Climate.ipynb --ignore How_to_guides/Imagery_on_web_map.ipynb

0 comments on commit 1193d41

Please sign in to comment.