From dd43e46728bfaa004f634492cc0a12bfbe68c498 Mon Sep 17 00:00:00 2001 From: Cresson Remi <remi.cresson@irstea.fr> Date: Thu, 19 Oct 2023 16:37:34 +0200 Subject: [PATCH] CI: test planetary computer support --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57a1aef..3295b83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -214,7 +214,7 @@ geos_enabled: planetary_computer: extends: .applications_test_base script: - - pip install pystac_client planeatry_computer + - pip install pystac_client planetary_computer - python -m pytest --junitxml=$ARTIFACT_TEST_DIR/report_pc_enabled.xml $OTBTF_SRC/test/pc_test.py imports: -- GitLab