diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-03 21:33:36 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-03 21:33:36 -0600 |
commit | bbc87313478a1b87c23f3124bc2049f037651d02 (patch) | |
tree | 8fd5afe543b68912e50dff3d4728b4735cf448d6 | |
parent | 3f696d022cfd5fe2056f287f55025b024c4a9e7b (diff) | |
download | makers-bbc87313478a1b87c23f3124bc2049f037651d02.tar.gz makers-bbc87313478a1b87c23f3124bc2049f037651d02.zip |
install sphinx in the uutils test
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |