mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-25 15:18:19 +01:00
.github: Test CLI invocation
This commit is contained in:
parent
72ca9d99bf
commit
c26ad83534
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
@ -35,3 +35,7 @@ jobs:
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pytest
|
||||
- name: Test CLI
|
||||
run: |
|
||||
python setup.py install
|
||||
csv-metadata-quality -i data/test.csv -o /tmp/test.csv -e -u --agrovoc-fields dc.subject,cg.coverage.country
|
||||
|
Loading…
Reference in New Issue
Block a user