Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
est
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
8
Issues
8
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
workflow
est
Commits
8eab1b39
Commit
8eab1b39
authored
Jul 02, 2019
by
payno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "[CI] remove test of the jupyter notebook"
This reverts commit
f335ed8c
.
parent
82940d6a
Pipeline
#12154
passed with stage
in 13 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
.gitlab-ci.yml
.gitlab-ci.yml
+29
-0
No files found.
.gitlab-ci.yml
View file @
8eab1b39
...
...
@@ -44,3 +44,32 @@ test:python3.5-stretch-pyqt5:
test:python3.5-stretch-pyside2:
image
:
docker-registry.esrf.fr/dau/tomwer:python3.5_stretch_pyqt5
<<
:
*test_linux_template
test:test-xas-tutorials:
type
:
test
image
:
docker-registry.esrf.fr/dau/tomwer:python3.5_stretch_pyqt5
before_script
:
-
arch
-
apt-get install octave --yes
-
export PYTHONPATH="${PYTHONPATH}:/usr/lib/python3/dist-packages/"
-
export LD_LIBRARY_PATH=/lib/i386-linux-gnu/:${LD_LIBRARY_PATH}
-
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu/:${LD_LIBRARY_PATH}
-
export ORANGE_WEB_LOG='False'
-
python --version
-
python -m pip install pip --upgrade
-
python -m pip install setuptools --upgrade
-
python -m pip install numpy --upgrade
-
python -m pip install matplotlib
-
python -m pip install jupyter_client
-
python -m pip install nbconvert
-
python -m pip install ipykernel
-
python -m pip install -r requirements.txt
-
python -m pip install -r requirements-dev.txt
-
cd xas
-
git clone https://gitlab.esrf.fr/payno/pushworkflow.git
-
cd -
-
python -m pip install .
script
:
-
/usr/bin/xvfb-run --server-args="-screen 0 1024x768x24" -a jupyter nbconvert --to notebook --execute doc/tutorials/xas_process.ipynb
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