From 1d861f263b0edb27892b51bb5ec7587d43466608 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 27 Jul 2019 00:41:57 +0300 Subject: [PATCH] .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. --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index 5b9a4d2..2baa668 100644 --- a/.build.yml +++ b/.build.yml @@ -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