Skip to content

Commit bfa57c4

Browse files
xyao-nvalexmillane
andauthored
Drop uv wheel CI tests (#1161)
## Summary Following #1159, drop uv wheel CI tests --------- Signed-off-by: Xinjie Yao <xyao@nvidia.com> Signed-off-by: alex <amillane@nvidia.com> Co-authored-by: alex <amillane@nvidia.com>
1 parent 4357457 commit bfa57c4

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/uv-ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- 'submodules/Isaac-GR00T/**'
4848
4949
uv_test:
50-
name: Run tests (native uv, ${{ matrix.variant }})
50+
name: Run tests (native uv, source)
5151
runs-on: [self-hosted, gpu-arena]
5252
timeout-minutes: 120
5353
needs: [uv_changes]
@@ -59,18 +59,6 @@ jobs:
5959
!cancelled() &&
6060
(github.event_name != 'pull_request' ||
6161
needs.uv_changes.outputs.uv == 'true')
62-
strategy:
63-
# Keep running the other variant when one fails.
64-
fail-fast: false
65-
# Test matrix:
66-
# - wheel: uv-based installation that consumes isaaclab through its published wheel
67-
# - source: uv-based installation that consumes isaaclab through source code.
68-
matrix:
69-
include:
70-
- variant: wheel
71-
uv_flags: "--no-default-groups --group isaaclab-from-wheel --group gr00t-client"
72-
- variant: source
73-
uv_flags: "--group gr00t-client"
7462
env:
7563
ARENA_INFERENCE_ENDPOINT: public
7664
NVIDIA_API_KEY: ${{ secrets.ARENA_NVIDIA_API_KEY }}
@@ -153,7 +141,7 @@ jobs:
153141
run: |
154142
# Fix dubious ownership issues in cache
155143
git config --global --add safe.directory '*'
156-
uv sync ${{ matrix.uv_flags }} --extra dev
144+
uv sync --group gr00t-client --extra dev
157145
158146
- name: Run in-process Newton tests
159147
shell: bash

0 commit comments

Comments
 (0)