We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ac2e2 commit fe8a658Copy full SHA for fe8a658
1 file changed
.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ env:
7
TRT_RTX_FILENAME: TensorRT-RTX-1.2.0.44-Linux-x86_64-cuda-12.9-Release-external.tar.gz
8
TRTRTX_INSTALL_DIR: /opt/tensorrt_rtx
9
BUILD_DIR: build
10
- UV_PROJECT_ENVIRONMENT: .workspace/
+ UV_PROJECT: .github/workflows/
11
jobs:
12
build-linux:
13
runs-on: ubuntu-24.04
@@ -77,4 +77,5 @@ jobs:
77
- name: Run test script
78
env:
79
CACHE_TRT_RTX_HIT: ${{ steps.cache-trt-rtx.outputs.cache-hit }}
80
+ UV_PROJECT_ENVIRONMENT: .workspace/ci/
81
run: uv run .github/workflows/test.py
0 commit comments