Skip to content

Commit 7148699

Browse files
committed
Revert CircleCI config changes.
1 parent 7acfc12 commit 7148699

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.circleci/config.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff 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
206206
run_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

0 commit comments

Comments
 (0)