From a4fd14bb821ee3ac75fd12c0a85a8d0e4b4753c4 Mon Sep 17 00:00:00 2001 From: danlooo Date: Thu, 16 Oct 2025 11:46:53 +0200 Subject: [PATCH 1/5] Update submodule --- RQADeforestation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RQADeforestation.py b/RQADeforestation.py index 481d048..e05c76a 160000 --- a/RQADeforestation.py +++ b/RQADeforestation.py @@ -1 +1 @@ -Subproject commit 481d0482848a6e596b54480566dfb8e276d3ae05 +Subproject commit e05c76af9ed8089946cf46b7183d38108d1abe97 From 506f820047fa0721f57a9b7b35cbfed2eee03100 Mon Sep 17 00:00:00 2001 From: danlooo Date: Thu, 16 Oct 2025 11:51:09 +0200 Subject: [PATCH 2/5] Add dependency --- .github/workflows/ogc_app_cwl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ogc_app_cwl.yml b/.github/workflows/ogc_app_cwl.yml index 7dd74a8..c3c6a18 100644 --- a/.github/workflows/ogc_app_cwl.yml +++ b/.github/workflows/ogc_app_cwl.yml @@ -38,7 +38,7 @@ jobs: with: python-version: "3.13.1" architecture: "x64" - - run: pip install cwltool git+https://github.com/EOEPCA/app-package-validation + - run: pip install cwltool git+https://github.com/EOEPCA/app-package-validation pyyaml - name: Validate CWL workflow run: cwltool --validate ogc-app-cwl/fairsendd.cwl From 193830b44f335232c9a91af93aaa34f0a9f4e8d0 Mon Sep 17 00:00:00 2001 From: danlooo Date: Thu, 16 Oct 2025 11:55:48 +0200 Subject: [PATCH 3/5] 'Update rqa command --- .github/workflows/ogc_app_cwl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ogc_app_cwl.yml b/.github/workflows/ogc_app_cwl.yml index c3c6a18..9e72c06 100644 --- a/.github/workflows/ogc_app_cwl.yml +++ b/.github/workflows/ogc_app_cwl.yml @@ -48,7 +48,7 @@ jobs: - name: Run test CWL workflow run: | - cwltool ogc-app-cwl/fairsendd.cwl#rqa \ + cwltool ogc-app-cwl/fairsendd.cwl \ --continent EU \ --tiles E051N018T3 \ --start-date 2021-01-01 \ From 89bea020d3a6d2f7f6113a2fc315864d17de6526 Mon Sep 17 00:00:00 2001 From: danlooo Date: Thu, 16 Oct 2025 12:52:18 +0200 Subject: [PATCH 4/5] fix ci --- .github/workflows/ogc_app_cwl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ogc_app_cwl.yml b/.github/workflows/ogc_app_cwl.yml index 9e72c06..17e0ada 100644 --- a/.github/workflows/ogc_app_cwl.yml +++ b/.github/workflows/ogc_app_cwl.yml @@ -48,7 +48,7 @@ jobs: - name: Run test CWL workflow run: | - cwltool ogc-app-cwl/fairsendd.cwl \ + cwltool ogc-app-cwl/fairsendd.cwl#cmd-rqa \ --continent EU \ --tiles E051N018T3 \ --start-date 2021-01-01 \ From d766b8fe16026a4e442004a7e1fa844c3a6dc65b Mon Sep 17 00:00:00 2001 From: danlooo Date: Thu, 16 Oct 2025 12:56:20 +0200 Subject: [PATCH 5/5] fix ci --- .github/workflows/ogc_app_cwl.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ogc_app_cwl.yml b/.github/workflows/ogc_app_cwl.yml index 17e0ada..1982f81 100644 --- a/.github/workflows/ogc_app_cwl.yml +++ b/.github/workflows/ogc_app_cwl.yml @@ -53,10 +53,7 @@ jobs: --tiles E051N018T3 \ --start-date 2021-01-01 \ --end-date 2022-01-01 \ - --in-dir RQADeforestationTestData \ - --out-dir test1 \ - --access-key $AWS_ACCESS_KEY_ID \ - --secret-key $AWS_SECRET_ACCESS_KEY + --in-dir RQADeforestationTestData env: AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}