Skip to content

Commit f1de2f6

Browse files
committed
Merge branch 'ershi/add-python-3.13-job' into 'main'
Test Python 3.13+Linux in GitLab CI/CD See merge request omniverse/warp!1558
2 parents 531f4e3 + cd005d3 commit f1de2f6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -579,17 +579,19 @@ linux-x86_64 test mujoco warp:
579579
script:
580580
- pytest -n 4 --pyargs mujoco_warp --junit-xml=rspec.xml
581581

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:
584584
stage: test
585585
image: ghcr.io/astral-sh/uv:python3.12-bookworm-slim
586586
needs: [linux-x86_64 build]
587587
extends:
588588
- .runner-test-linux-x86_64-gpu
589589
- .save_test_report_artifact
590590
- .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"
593595
before_script:
594596
- echo -e "\\e[0Ksection_start:`date +%s`:install_dependencies[collapsed=true]\\r\\e[0KInstalling dependencies"
595597
- df -h
@@ -747,7 +749,6 @@ cuda 13 build:
747749
extends:
748750
- .trigger_common
749751

750-
751752
trigger kit extensions pipeline:
752753
stage: test
753754
image: busybox

0 commit comments

Comments
 (0)