Skip to content
Snippets Groups Projects
Commit a9c22581 authored by Jan Caron's avatar Jan Caron
Browse files

trying to get gitlab-ci.yml to work again!

parent d42a94bf
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ test_conda_ubuntu:
- conda uninstall mayavi vtk -y # TODO: necessary, because mayavi does not play nice with qt5!
- conda install pyqt=5 # TODO: This is needed for tests to run, but breaks mayavi (not used)!
# Install jutil via secure ssh connection:
- pip install git+ssh://git@iffgit.fz-juelich.de:j.ungermann/jutil.git
- pip install git+ssh://gitlab@iffgit.fz-juelich.de/unger/jutil.git
# Execute tests:
- python setup.py test
......@@ -71,7 +71,7 @@ test_pip_minimal:
# Install requirements:
- pip install -e .['tests'] # TODO: other case with ['all']? After getting rid of mayavi...
# Install jutil via secure ssh connection:
- pip install git+ssh://git@iffgit.fz-juelich.de:j.ungermann/jutil.git
- pip install git+ssh://gitlab@iffgit.fz-juelich.de/unger/jutil.git
# Execute tests:
- python setup.py test
......@@ -82,7 +82,7 @@ test_pip_requirements:
# Install requirements:
- pip install -r requirements.txt # TODO: mayavi/pyfftw commented out by hand to make work!
# Install jutil via secure ssh connection:
- pip install git+ssh://git@iffgit.fz-juelich.de:j.ungermann/jutil.git
- pip install git+ssh://gitlab@iffgit.fz-juelich.de/unger/jutil.git
# Execute tests:
- python setup.py test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment