mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-12-22 12:12:18 +01:00
.build.yml: Use pipenv run instead of pipenv shell
The latter creates a shell and of course it doesn't ever exit!
This commit is contained in:
parent
857492cd93
commit
a6eba0fc1a
@ -12,8 +12,8 @@ tasks:
|
|||||||
pipenv run pytest
|
pipenv run pytest
|
||||||
- testcli: |
|
- testcli: |
|
||||||
cd csv-metadata-quality
|
cd csv-metadata-quality
|
||||||
pipenv shell pip install .
|
pipenv run pip install .
|
||||||
pipenv shell csv-metadata-quality -i data/test.csv -o /tmp/test.csv -u
|
pipenv run csv-metadata-quality -i data/test.csv -o /tmp/test.csv -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