aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/ci-run.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh
index 2c53351a8..d02f7b52e 100755
--- a/scripts/ci-run.sh
+++ b/scripts/ci-run.sh
@@ -424,9 +424,10 @@ ci_run () {
# Test
if [ "x$IS_MACOS" = "xtrue" ]; then
+ pip3 install -r testsuite/requirements.txt
CC=clang \
prefix="$(pwd)/install-$(echo "$TASK" | cut -d+ -f2)/usr/local" \
- ./testsuite/testsuite.sh sanity gna vests vpi synth
+ ./testsuite/testsuite.sh
else
# Build ghdl/ghdl:$GHDL_IMAGE_TAG image
build_img_ghdl