Skip to content

Commit f188f57

Browse files
authored
Merge pull request #944 from seemethere/remove_cuda10.2_for_win
2 parents fb6e463 + 0c6afc7 commit f188f57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-quickstartmodule.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
acc_type: [ "cuda11.x", "cuda10.2", "accnone" ]
5959
py_vers: [ "3.7", "3.8", "3.9" ]
6060
os: ["ubuntu-18.04", "macos-latest", "windows.4xlarge"]
61+
# We don't actively build for CUDA 10.2 on windows so we should
62+
# skip it in our test matrix for pip install
63+
exclude:
64+
- os: "windows.4xlarge"
65+
acc_type: "cuda10.2"
6166
env:
6267
TEST_ACC: ${{ matrix.acc_type }}
6368
TEST_VER: ${{ matrix.rel_type }}

0 commit comments

Comments
 (0)