mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-12-22 20:22:18 +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: |
|
- setup: |
|
||||||
cd csv-metadata-quality
|
cd csv-metadata-quality
|
||||||
pipenv install --dev
|
pipenv install --dev
|
||||||
- test: |
|
- pytest: |
|
||||||
cd csv-metadata-quality
|
cd csv-metadata-quality
|
||||||
pipenv run pytest
|
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:
|
environment:
|
||||||
PIPENV_NOSPIN: 'True'
|
PIPENV_NOSPIN: 'True'
|
||||||
PIPENV_HIDE_EMOJIS: 'True'
|
PIPENV_HIDE_EMOJIS: 'True'
|
||||||
|
Loading…
Reference in New Issue
Block a user