File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -579,17 +579,19 @@ linux-x86_64 test mujoco warp:
579
579
script :
580
580
- pytest -n 4 --pyargs mujoco_warp --junit-xml=rspec.xml
581
581
582
- # Ensure minimum Python version is supported
583
- linux-x86_64 python 3.8 test :
582
+ # Ensure minimum and maximum Python versions are supported
583
+ linux-x86_64 python matrix test :
584
584
stage : test
585
585
image : ghcr.io/astral-sh/uv:python3.12-bookworm-slim
586
586
needs : [linux-x86_64 build]
587
587
extends :
588
588
- .runner-test-linux-x86_64-gpu
589
589
- .save_test_report_artifact
590
590
- .basic_test_changes_rules
591
- variables :
592
- UV_PYTHON : " 3.8"
591
+ parallel :
592
+ matrix :
593
+ - UV_PYTHON : " 3.8"
594
+ - UV_PYTHON : " 3.13"
593
595
before_script :
594
596
- echo -e "\\e[0Ksection_start:`date +%s`:install_dependencies[collapsed=true]\\r\\e[0KInstalling dependencies"
595
597
- df -h
@@ -747,7 +749,6 @@ cuda 13 build:
747
749
extends :
748
750
- .trigger_common
749
751
750
-
751
752
trigger kit extensions pipeline :
752
753
stage : test
753
754
image : busybox
You can’t perform that action at this time.
0 commit comments