mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Also install requirements in native versions
This commit is contained in:
parent
13e84aec00
commit
2ffdc863c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user