Skip to content

Commit

Permalink
remove stac validator install
Browse files Browse the repository at this point in the history
  • Loading branch information
addelany committed Dec 9, 2024
1 parent 89cf944 commit 50cadf4
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
fetch-depth: 0
set-safe-directory: '*'

- name: install validator
run: |
pip install stac-validator
# - name: install validator
# run: |
# pip install stac-validator

- name: Render metadata
shell: Rscript {0}
Expand Down Expand Up @@ -61,9 +61,9 @@ jobs:
fetch-depth: 0
set-safe-directory: '*'

- name: install validator
run: |
pip install stac-validator
# - name: install validator
# run: |
# pip install stac-validator

- name: Render
shell: Rscript {0}
Expand Down Expand Up @@ -96,9 +96,9 @@ jobs:
fetch-depth: 0
set-safe-directory: '*'

- name: install validator
run: |
pip install stac-validator
# - name: install validator
# run: |
# pip install stac-validator

- name: Render
shell: Rscript {0}
Expand Down Expand Up @@ -131,9 +131,9 @@ jobs:
fetch-depth: 0
set-safe-directory: '*'

- name: install validator
run: |
pip install stac-validator
# - name: install validator
# run: |
# pip install stac-validator

- name: Render
shell: Rscript {0}
Expand Down Expand Up @@ -166,9 +166,9 @@ jobs:
fetch-depth: 0
set-safe-directory: '*'

- name: install validator
run: |
pip install stac-validator
# - name: install validator
# run: |
# pip install stac-validator

- name: Render
shell: Rscript {0}
Expand Down Expand Up @@ -201,9 +201,9 @@ jobs:
fetch-depth: 0
set-safe-directory: '*'

- name: install validator
run: |
pip install stac-validator
# - name: install validator
# run: |
# pip install stac-validator

- name: Render
shell: Rscript {0}
Expand Down Expand Up @@ -236,9 +236,9 @@ jobs:
fetch-depth: 0
set-safe-directory: '*'

- name: install validator
run: |
pip install stac-validator
# - name: install validator
# run: |
# pip install stac-validator

- name: Render targets
shell: Rscript {0}
Expand Down

0 comments on commit 50cadf4

Please sign in to comment.