Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
Nabu
Commits
410bd87f
Commit
410bd87f
authored
Dec 11, 2020
by
Pierre Paleo
Browse files
Edit gitlab-ci.yml to fetch silx from pypi
parent
9513986e
Pipeline
#38907
passed with stages
in 9 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
410bd87f
...
...
@@ -24,10 +24,7 @@ variables:
-
echo "Running $(python --version) from $(which python) on $(hostname) ($(arch))"
-
pip install --upgrade pip setuptools wheel
-
pip install --upgrade numpy
# - pip install --upgrade silx
# Use the development version waiting for 0.14
-
pip install silx --pre --find-links https://silx.gitlab-pages.esrf.fr/bob/silx/
#
-
pip install silx --upgrade --pre silx
-
pip install scipy
-
if [[ $CI_RUNNER_TAGS == *"gpu"* ]]; then pip install pycuda scikit-cuda; fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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