Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1394,11 +1394,6 @@ workflows:
cu_version: cu116
name: unittest_linux_stable_gpu_py3.8
python_version: '3.8'
# we test supported libs for 3.8 only
- unittest_linux_habitat_gpu:
cu_version: cu117
name: unittest_linux_habitat_gpu_py3.8
python_version: '3.8'
# - unittest_linux_d4rl_gpu:
# cu_version: cu117
# name: unittest_linux_d4rl_gpu_py3.8
Expand Down Expand Up @@ -1461,6 +1456,11 @@ workflows:
cu_version: cu116
name: unittest_linux_stable_gpu_py3.9
python_version: '3.9'
# we test supported libs for 3.8 only
- unittest_linux_habitat_gpu:
cu_version: cu117
name: unittest_linux_habitat_gpu_py3.9
python_version: '3.9'

- unittest_macos_cpu:
cu_version: cpu
Expand Down