mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-17 19:47:03 +01:00
.build.yml: Try to run the script itself
This commit is contained in:
parent
734ae7f011
commit
db42fbfea9
@ -7,9 +7,13 @@ tasks:
|
||||
- setup: |
|
||||
cd csv-metadata-quality
|
||||
pipenv install --dev
|
||||
- test: |
|
||||
- pytest: |
|
||||
cd csv-metadata-quality
|
||||
pipenv run pytest
|
||||
- test: |
|
||||
cd csv-metadata-quality
|
||||
pipenv shell pip install .
|
||||
pipenv shell csv-metadata-quality -i data/test.csv -o /dev/null -u
|
||||
environment:
|
||||
PIPENV_NOSPIN: 'True'
|
||||
PIPENV_HIDE_EMOJIS: 'True'
|
||||
|
Loading…
Reference in New Issue
Block a user