Skip to content

Commit 8055e3e

Browse files
committed
fix bug
1 parent 5cd9cab commit 8055e3e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/generate_binary_build_matrix.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,9 @@ jobs:
7373
- uses: actions/setup-python@v5
7474
with:
7575
python-version: '3.10'
76-
- name: Checkout test-infra repository
77-
uses: actions/checkout@v4
76+
- uses: actions/checkout@v4
7877
with:
79-
repository: ${{ inputs.test-infra-repository }}
80-
ref: ${{ inputs.test-infra-ref }}
81-
- uses: ./.github/actions/set-channel
78+
repository: pytorch/tensorrt
8279
- name: Generate test matrix
8380
id: generate
8481
env:

0 commit comments

Comments
 (0)