Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Kenneth Corley
ligo.skymap
Commits
93649888
Commit
93649888
authored
Oct 23, 2018
by
Leo Pound Singer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install sphinx-astropy in gitlab CI
parent
5b48153a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
93649888
...
@@ -86,7 +86,7 @@ wheel:cp37-cp37m-macosx:
...
@@ -86,7 +86,7 @@ wheel:cp37-cp37m-macosx:
FROM python:${CI_JOB_NAME#*python}
FROM python:${CI_JOB_NAME#*python}
COPY requirements.txt .
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 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 pip --no-cache-dir install -r requirements.txt
RUN rm -f requirements.txt
RUN rm -f requirements.txt
EOF
EOF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment