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

Manually install test requirements for doctest

parent f13da939
No related branches found
No related tags found
No related merge requests found
Pipeline #17106 failed
...@@ -26,6 +26,7 @@ before_script: ...@@ -26,6 +26,7 @@ before_script:
script: script:
- export NO_GPU_EXECUTION=1 - export NO_GPU_EXECUTION=1
- pip install -e . - pip install -e .
- pip install tensorflow torch
- if [[ "$LINT" == "false" ]]; then python setup.py test; fi - if [[ "$LINT" == "false" ]]; then python setup.py test; fi
- if [[ "$LINT" == "true" ]]; then flake8 src;python setup.py doctest; fi - if [[ "$LINT" == "true" ]]; then flake8 src;python setup.py doctest; fi
after_success: after_success:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment