From 2ffdc863c932a095aa3b5e7af0677ddb0b3498ed Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Fri, 5 Apr 2019 11:51:19 +0200 Subject: [PATCH] Also install requirements in native versions --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e51c2ab3..c3dc74ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,7 @@ version: 2 docker run -e CI=true --rm -v `pwd`:`pwd` -w `pwd` "pqclean/ci-container:$ARCH" /bin/bash -c " uname -a && export CC=${CC} && + pip3 install -r requirements.txt cd test && python3 -m nose --rednose --verbose" .native_job: &nativejob