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
9513986e
Commit
9513986e
authored
Nov 26, 2020
by
Pierre Paleo
Browse files
Patch CI file waiting for silx 0.14
parent
7ba4c535
Pipeline
#37949
passed with stages
in 11 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9513986e
...
...
@@ -23,7 +23,11 @@ variables:
-
source $VENV_DIR/bin/activate
-
echo "Running $(python --version) from $(which python) on $(hostname) ($(arch))"
-
pip install --upgrade pip setuptools wheel
-
pip install --upgrade numpy silx
-
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 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