Skip to content

Commit

Permalink
removed validator job since the validator was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
cholmes committed Sep 14, 2023
1 parent 5e001d6 commit 53d90c6
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,6 @@ on:
pull_request:

jobs:
validate-examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8

- name: Install validator
run: |
cd validator/python
python -m pip install --no-binary geoparquet_validator .
- name: Run validator
run: |
for example in $(ls examples/*.parquet); do
echo $example;
geoparquet_validator $example || exit 1;
done

test-json-metadata:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 53d90c6

Please sign in to comment.