mirror of https://github.com/koide3/small_gicp.git
fix ci
This commit is contained in:
parent
16ca209024
commit
795b6942fd
|
|
@ -34,5 +34,5 @@ jobs:
|
||||||
cmake --build . -j$(nproc)
|
cmake --build . -j$(nproc)
|
||||||
ctest -j$(nproc)
|
ctest -j$(nproc)
|
||||||
cd ..
|
cd ..
|
||||||
python3 setup.py build && python3 setup.py install
|
python3 setup.py build && python3 setup.py install --user
|
||||||
pytest src/example/basic_registration.py
|
pytest src/example/basic_registration.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue