Skip to content

Commit 4e21f7a

Browse files
authored
Fix CI (#39)
* Update submodule * Add dependency * 'Update rqa command * fix ci * fix ci
1 parent ec903c7 commit 4e21f7a

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/ogc_app_cwl.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
python-version: "3.13.1"
4040
architecture: "x64"
41-
- run: pip install cwltool git+https://github.com/EOEPCA/app-package-validation
41+
- run: pip install cwltool git+https://github.com/EOEPCA/app-package-validation pyyaml
4242

4343
- name: Validate CWL workflow
4444
run: cwltool --validate ogc-app-cwl/fairsendd.cwl
@@ -48,15 +48,12 @@ jobs:
4848

4949
- name: Run test CWL workflow
5050
run: |
51-
cwltool ogc-app-cwl/fairsendd.cwl#rqa \
51+
cwltool ogc-app-cwl/fairsendd.cwl#cmd-rqa \
5252
--continent EU \
5353
--tiles E051N018T3 \
5454
--start-date 2021-01-01 \
5555
--end-date 2022-01-01 \
56-
--in-dir RQADeforestationTestData \
57-
--out-dir test1 \
58-
--access-key $AWS_ACCESS_KEY_ID \
59-
--secret-key $AWS_SECRET_ACCESS_KEY
56+
--in-dir RQADeforestationTestData
6057
env:
6158
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
6259
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)