Skip to content
Snippets Groups Projects
Commit f3772f74 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fixup: .gitlab-ci

parent 59808045
No related merge requests found
Pipeline #20539 failed with stage
in 3 minutes and 46 seconds
...@@ -69,7 +69,7 @@ full: ...@@ -69,7 +69,7 @@ full:
- python -m pip install -U cppimport pybind11 - python -m pip install -U cppimport pybind11
- python -m pip install --upgrade git+https://github.com/sympy/sympy.git - python -m pip install --upgrade git+https://github.com/sympy/sympy.git
- python -m pip install --upgrade pip setuptools wheel - python -m pip install --upgrade pip setuptools wheel
- python -m pip install --upgrade tensorflow-gpu=2.0 - python -m pip install --upgrade tensorflow-gpu==2.0
- python -m pip install -e . - python -m pip install -e .
- python -m pip install git+https://i10git.cs.fau.de/seitz/pystencils.git - python -m pip install git+https://i10git.cs.fau.de/seitz/pystencils.git
- pytest - pytest
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment