Skip to content

Commit

Permalink
Comment out python ci validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbants committed May 25, 2021
1 parent 517c5fb commit 9badaa7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
- run:
name: validate
command: npm run check-examples
test_examples_python:
working_directory: ~/stac
docker:
- image: circleci/python:3.8
steps:
- checkout
- run:
name: install
command: pip install stac-validator
- run:
name: validate
command: find ./examples -type f -name "*.json" | xargs -L1 stac_validator
# test_examples_python:
# working_directory: ~/stac
# docker:
# - image: circleci/python:3.8
# steps:
# - checkout
# - run:
# name: install
# command: pip install stac-validator
# - run:
# name: validate
# command: find ./examples -type f -name "*.json" | xargs -L1 stac_validator
test_docs:
working_directory: ~/stac
docker:
Expand Down

0 comments on commit 9badaa7

Please sign in to comment.