Skip to content

Commit

Permalink
Merge pull request #1137 from radiantearth/python_ci_validation
Browse files Browse the repository at this point in the history
Comment out python ci validation
  • Loading branch information
m-mohr authored May 25, 2021
2 parents 517c5fb + 2e60c61 commit c40ced1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 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 Expand Up @@ -56,7 +56,7 @@ workflows:
ci:
jobs:
- test_examples_node
- test_examples_python
# - test_examples_python
- test_docs
- publish_schemas:
filters:
Expand Down

0 comments on commit c40ced1

Please sign in to comment.