.build.yml: Fix setup script

I wasn't chaning into the project directory so the pipenv virtual
environment was not getting created in the correct place.
This commit is contained in:
Alan Orth 2019-07-27 00:41:57 +03:00
parent 33121f8a01
commit 1d861f263b
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ sources:
- https://git.sr.ht/~alanorth/csv-metadata-quality
tasks:
- setup: |
cd csv-metadata-quality
pipenv install --dev
- test: |
cd csv-metadata-quality