Skip to content

Commit 53d90c6

Browse files
committed
removed validator job since the validator was removed
1 parent 5e001d6 commit 53d90c6

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/scripts.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@ on:
77
pull_request:
88

99
jobs:
10-
validate-examples:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v2
14-
15-
- name: Set up Python 3.8
16-
uses: actions/setup-python@v2
17-
with:
18-
python-version: 3.8
19-
20-
- name: Install validator
21-
run: |
22-
cd validator/python
23-
python -m pip install --no-binary geoparquet_validator .
24-
25-
- name: Run validator
26-
run: |
27-
for example in $(ls examples/*.parquet); do
28-
echo $example;
29-
geoparquet_validator $example || exit 1;
30-
done
3110

3211
test-json-metadata:
3312
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)