Skip to content
Snippets Groups Projects
Commit 5972e1d8 authored by Jakob Roth's avatar Jakob Roth
Browse files

install resolve from git

parent a680c53e
No related branches found
No related tags found
1 merge request!9Fix ci
Pipeline #180638 failed
...@@ -3,7 +3,11 @@ image: python:latest ...@@ -3,7 +3,11 @@ image: python:latest
run: run:
script: script:
- pip install jupyter nbconvert - pip install jupyter nbconvert
- pip install matplotlib nifty8 ift-resolve - pip install matplotlib nifty8 pybind11
- git clone --recursive https://gitlab.mpcdf.mpg.de/ift/resolve
- cd resolve
- pip install .
- cd ..
- jupyter nbconvert --execute --ExecutePreprocessor.timeout=None --to html demo_CorrelatedFields.ipynb - jupyter nbconvert --execute --ExecutePreprocessor.timeout=None --to html demo_CorrelatedFields.ipynb
- jupyter nbconvert --execute --ExecutePreprocessor.timeout=None --to html demo_radio.ipynb - jupyter nbconvert --execute --ExecutePreprocessor.timeout=None --to html demo_radio.ipynb
- jupyter nbconvert --execute --ExecutePreprocessor.timeout=None --to html demo_poisson.ipynb - jupyter nbconvert --execute --ExecutePreprocessor.timeout=None --to html demo_poisson.ipynb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment