Skip to content

Commit e195329

Browse files
committed
test
1 parent dd10f1b commit e195329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
USE_TRT_RTX: ${{ inputs.use-rtx }}
8585
DOWNLOAD_ARTIFACT_NAME: pytorch_tensorrt_${{ matrix.tensorrt.version }}_${{ matrix.python_version }}_${{ matrix.desired_cuda }}_${{ inputs.architecture }}
8686
name: ${{ inputs.job-name }}-${{ matrix.tensorrt.version }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}
87-
if: ${{ env.CU_VERSION == inputs.filter-cuda && env.PYTHON_VERSION == inputs.filter-python }}
87+
if: ${{ matrix.desired_cuda == inputs.filter-cuda && matrix.python_version == inputs.filter-python }}
8888
runs-on: ${{ matrix.validation_runner }}
8989
container:
9090
image: ${{ matrix.container_image }}

0 commit comments

Comments
 (0)