Skip to content

Commit 9badaa7

Browse files
committed
Comment out python ci validation
1 parent 517c5fb commit 9badaa7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
- run:
1313
name: validate
1414
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
2727
test_docs:
2828
working_directory: ~/stac
2929
docker:

0 commit comments

Comments
 (0)