Skip to content
Snippets Groups Projects
Commit 3824f0d5 authored by Simon Wittl's avatar Simon Wittl
Browse files

rem before

parent 57371f70
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,8 @@ rq-pytests:
stage: test
image: ros:humble
extends: .before_script_template
before_script:
- pip3 install pytest pytest-cov netCDF4 ros2-numpy Pillow pyometiff scipy
script:
- pip3 install pytest pytest-cov netCDF4 ros2-numpy Pillow pyometiff scipy
- source ./install/setup.bash
# - python3 -m pytest ./rq_controller/test/ --junitxml=report.xml
......@@ -50,11 +48,10 @@ create-docu:
stage: docu
extends: .before_script_template
dependencies: [rq-pytests]
before_script:
script:
- pip3 install pdoc3 netCDF4 ros2-numpy Pillow pyometiff scipy open3d pathfinding3d
- git clone https://github.com/wittlsn/aRTist-PythonLib.git -b artist_thd_wip
- pip3 install ./aRTist-PythonLib/
script:
- source ./install/setup.bash
- mkdir doc
- python3 -m pdoc --html rq_controller -o=./doc/rq_controller -c show_source_code=True
......
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