Skip to content

Commit 1ca0f01

Browse files
committed
fix
1 parent 28c3700 commit 1ca0f01

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/build-test-linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
test-infra-ref: main
2424
with-rocm: false
2525
with-cpu: false
26+
python-versions: '["3.10", "3.11"]'
2627

2728
filter-matrix:
2829
needs: [generate-matrix]

.github/workflows/build-test-tensorrt-linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
test-infra-ref: main
2121
with-rocm: false
2222
with-cpu: false
23+
python-versions: '["3.11"]'
2324

2425
generate-tensorrt-matrix:
2526
needs: [generate-matrix]

.github/workflows/build-test-tensorrt-windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
test-infra-ref: main
2121
with-rocm: false
2222
with-cpu: false
23+
python-versions: '["3.11"]'
2324

2425
generate-tensorrt-matrix:
2526
needs: [generate-matrix]

.github/workflows/build-test-windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
test-infra-ref: main
2424
with-rocm: false
2525
with-cpu: false
26+
channel: nightly
2627

2728
substitute-runner:
2829
needs: generate-matrix

0 commit comments

Comments
 (0)