mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-17 19:47:03 +01:00
.build.yml: Try fix CLI test
I was writing the CLI output to /dev/null because I was lazy, but actually this might break the SourceHut build.
This commit is contained in:
parent
db42fbfea9
commit
857492cd93
@ -10,10 +10,10 @@ tasks:
|
||||
- pytest: |
|
||||
cd csv-metadata-quality
|
||||
pipenv run pytest
|
||||
- test: |
|
||||
- testcli: |
|
||||
cd csv-metadata-quality
|
||||
pipenv shell pip install .
|
||||
pipenv shell csv-metadata-quality -i data/test.csv -o /dev/null -u
|
||||
pipenv shell csv-metadata-quality -i data/test.csv -o /tmp/test.csv -u
|
||||
environment:
|
||||
PIPENV_NOSPIN: 'True'
|
||||
PIPENV_HIDE_EMOJIS: 'True'
|
||||
|
Loading…
Reference in New Issue
Block a user