From ca1fa46387645cc074f35c340af05be8e7c89482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 22 Feb 2021 15:15:34 -0500 Subject: [.build.yml]: fix command --- .build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 46516d3..9f227f4 100644 --- a/.build.yml +++ b/.build.yml @@ -1,11 +1,14 @@ image: debian/buster packages: - - python3-pip - nodejs - npm + - python3-pip + - virtualenv tasks: - test-json: | cd libresocial + virtualenv -p python3 venv + source venv/bin/activate pip3 install json-spec json validate --schema-file=lab/metadata.json --document-file=lab/metadata.json - test-css: | -- cgit v1.2.3