Skip to content

Commit 77f38ef

Browse files
committed
CI: reduce cuda versions for pull_request
1 parent 6c55541 commit 77f38ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
matrix:
105105
os: [ubuntu-latest, windows-latest]
106106
arch: [x86_64, aarch64]
107-
cuda-version: ['11.8.0', '12.1.1']
107+
cuda-version: ${{ startsWith(github.ref, 'refs/tags') && fromJson('["11.8.0","12.1.1"]') || fromJson('["12.1.1"]') }}
108108
build_type: [Release]
109109
exclude:
110110
- os: windows-latest # This probably requires arm64 Windows agents

0 commit comments

Comments
 (0)