File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
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 :
@@ -56,7 +56,7 @@ workflows:
56
56
ci :
57
57
jobs :
58
58
- test_examples_node
59
- - test_examples_python
59
+ # - test_examples_python
60
60
- test_docs
61
61
- publish_schemas :
62
62
filters :
You can’t perform that action at this time.
0 commit comments