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 5cd9cab commit 8055e3eCopy full SHA for 8055e3e
.github/workflows/generate_binary_build_matrix.yml
@@ -73,12 +73,9 @@ jobs:
73
- uses: actions/setup-python@v5
74
with:
75
python-version: '3.10'
76
- - name: Checkout test-infra repository
77
- uses: actions/checkout@v4
+ - uses: actions/checkout@v4
78
79
- repository: ${{ inputs.test-infra-repository }}
80
- ref: ${{ inputs.test-infra-ref }}
81
- - uses: ./.github/actions/set-channel
+ repository: pytorch/tensorrt
82
- name: Generate test matrix
83
id: generate
84
env:
0 commit comments