From 936498881f475a296f379a56bd720525171bb5a9 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Tue, 23 Oct 2018 01:02:32 -0500 Subject: [PATCH] Install sphinx-astropy in gitlab CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa05d15..1b0ee4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ wheel:cp37-cp37m-macosx: FROM python:${CI_JOB_NAME#*python} COPY requirements.txt . RUN apt-get update -qq && apt-get -y install --no-install-recommends libchealpix-dev libgsl0-dev pkg-config && rm -rf /var/lib/apt/lists/* - RUN pip --no-cache-dir install pytest-astropy pytest-xdist pytest-cov gcovr pycobertura sphinx sphinx-argparse flake8 + RUN pip --no-cache-dir install pytest-astropy pytest-xdist pytest-cov gcovr pycobertura sphinx sphinx-argparse sphinx-astropy flake8 RUN pip --no-cache-dir install -r requirements.txt RUN rm -f requirements.txt EOF -- GitLab