Skip to content
GitLab
Menu
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
2d40af29
Commit
2d40af29
authored
Nov 28, 2019
by
Pierre Paleo
Browse files
CI: install silx after basic requirements
parent
e0a65759
Pipeline
#17732
failed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2d40af29
...
...
@@ -19,12 +19,13 @@ test:
-
source $HOME/.venv/py3/bin/activate
-
python --version
-
which python
# Install a version of silx containing not-released-yet features needed for Nabu
# Hopefully this wont be needed after the 0.12 release
-
pip install silx --no-index --find-links http://www.silx.org/pub/nabu/wheels/ --trusted-host www.silx.org
-
pip install --upgrade pip
-
pip install --upgrade setuptools
-
pip install --upgrade numpy
# Install a version of silx containing not-released-yet features needed for Nabu
# Hopefully this wont be needed after the 0.12 release
#~ - pip install six fabio>=0.7 h5py
-
pip install silx --no-index --find-links http://www.silx.org/pub/nabu/wheels/ --trusted-host www.silx.org
script
:
-
pip install git+https://gitlab.esrf.fr/tomotools/tomoscan.git
-
python -m pip install .
...
...
Write
Preview
Supports
Markdown
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