We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd10f1b commit e195329Copy full SHA for e195329
.github/workflows/linux-test.yml
@@ -84,7 +84,7 @@ jobs:
84
USE_TRT_RTX: ${{ inputs.use-rtx }}
85
DOWNLOAD_ARTIFACT_NAME: pytorch_tensorrt_${{ matrix.tensorrt.version }}_${{ matrix.python_version }}_${{ matrix.desired_cuda }}_${{ inputs.architecture }}
86
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 }}
+ if: ${{ matrix.desired_cuda == inputs.filter-cuda && matrix.python_version == inputs.filter-python }}
88
runs-on: ${{ matrix.validation_runner }}
89
container:
90
image: ${{ matrix.container_image }}
0 commit comments