From bbc87313478a1b87c23f3124bc2049f037651d02 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 3 Apr 2021 21:33:36 -0600 Subject: install sphinx in the uutils test --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ff93ba..0d4970f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,4 +32,5 @@ full-test-uutils: - cargo install --path . - git clone https://github.com/uutils/coreutils.git ~/uutils-coreutils - cd ~/uutils-coreutils + - apt update && apt install -y python3-sphinx - makers build test busytest -- cgit v1.2.3