We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2356c8a commit cf1943eCopy full SHA for cf1943e
.github/workflows/python-tests.yml
@@ -28,7 +28,11 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install pytest cupy
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- - name: Test with pytest
+ - name: Test elevation mapping with pytest
32
run: |
33
cd elevation_mapping_cupy/script/elevation_mapping_cupy/tests/
34
+ pytest
35
+ - name: Test semantic_pointcloud with pytest
36
+ run: |
37
+ cd sensor_processing/semantic_pointcloud/script/semantic_pointcloud/tests
38
pytest
0 commit comments