Skip to content

Commit fe8a658

Browse files
committed
fix : install uv to a different location
Signed-off-by: tejaswinp <tejaswinp@nvidia.com>
1 parent d9ac2e2 commit fe8a658

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
TRT_RTX_FILENAME: TensorRT-RTX-1.2.0.44-Linux-x86_64-cuda-12.9-Release-external.tar.gz
88
TRTRTX_INSTALL_DIR: /opt/tensorrt_rtx
99
BUILD_DIR: build
10-
UV_PROJECT_ENVIRONMENT: .workspace/
10+
UV_PROJECT: .github/workflows/
1111
jobs:
1212
build-linux:
1313
runs-on: ubuntu-24.04
@@ -77,4 +77,5 @@ jobs:
7777
- name: Run test script
7878
env:
7979
CACHE_TRT_RTX_HIT: ${{ steps.cache-trt-rtx.outputs.cache-hit }}
80+
UV_PROJECT_ENVIRONMENT: .workspace/ci/
8081
run: uv run .github/workflows/test.py

0 commit comments

Comments
 (0)