File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -197,11 +197,11 @@ run_lie_group_tests: &run_lie_group_tests
197197 - run :
198198 name : Running Lie Groups tests
199199 working_directory : ~/project
200- command : |
201- export PATH=~/conda/bin:$PATH
202- source activate theseus
203- python -m pytest tests/theseus_tests/geometry -m "not cudaext"
204- python -m pytest tests/torchlie_tests -m "not cudaext"
200+ command : |
201+ export PATH=~/conda/bin:$PATH
202+ source activate theseus
203+ python -m pytest tests/theseus_tests/geometry -m "not cudaext"
204+ python -m pytest tests/torchlie_tests -m "not cudaext"
205205
206206run_other_unit_tests : &run_other_unit_tests
207207 - run :
@@ -467,6 +467,15 @@ workflows:
467467 jobs :
468468 - unittests_gpu
469469 - test_cuda11_wheel
470+ - py38_precommit
471+ - py39_precommit
472+ - py310_precommit
473+ - py38_optimizer_tests
474+ - py39_optimizer_tests
475+ - py310_optimizer_tests
476+ - py38_lie_tests
477+ - py39_lie_tests
478+ - py310_lie_tests
470479 - py38_other_unit_tests
471480 - py39_other_unit_tests
472481 - py310_other_unit_tests
You can’t perform that action at this time.
0 commit comments