File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ jobs:
12
12
- run :
13
13
name : validate
14
14
command : npm run check-examples
15
- test_examples_python :
16
- working_directory : ~/stac
17
- docker :
18
- - image : circleci/python:3.8
19
- steps :
20
- - checkout
21
- - run :
22
- name : install
23
- command : pip install stac-validator
24
- - run :
25
- name : validate
26
- command : find ./examples -type f -name "*.json" | xargs -L1 stac_validator
15
+ # test_examples_python:
16
+ # working_directory: ~/stac
17
+ # docker:
18
+ # - image: circleci/python:3.8
19
+ # steps:
20
+ # - checkout
21
+ # - run:
22
+ # name: install
23
+ # command: pip install stac-validator
24
+ # - run:
25
+ # name: validate
26
+ # command: find ./examples -type f -name "*.json" | xargs -L1 stac_validator
27
27
test_docs :
28
28
working_directory : ~/stac
29
29
docker :
You can’t perform that action at this time.
0 commit comments