Skip to content

Commit 0bd588c

Browse files
committed
Set unit test
1 parent 19c4a67 commit 0bd588c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/python.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
- name: Build pip package
2323
run: |
2424
python -m pip install --verbose ./python/
25-
- name: Test installation
26-
run: |
27-
kiss_icp_pipeline --version
28-
- name: Run unittests
29-
run: |
30-
python -m pip install --verbose './python[test]'
31-
pytest -rA --verbose ./python/
25+
# TODO(hlim) Set unit test
26+
# - name: Run unittests
27+
# run: |
28+
# python -m pip install --verbose './python[test]'
29+
# pytest -rA --verbose ./python/

0 commit comments

Comments
 (0)