We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c4a67 commit 0bd588cCopy full SHA for 0bd588c
.github/workflows/python.yml
@@ -22,10 +22,8 @@ jobs:
22
- name: Build pip package
23
run: |
24
python -m pip install --verbose ./python/
25
- - name: Test installation
26
- run: |
27
- kiss_icp_pipeline --version
28
- - name: Run unittests
29
30
- python -m pip install --verbose './python[test]'
31
- pytest -rA --verbose ./python/
+ # TODO(hlim) Set unit test
+ # - name: Run unittests
+ # run: |
+ # python -m pip install --verbose './python[test]'
+ # pytest -rA --verbose ./python/
0 commit comments