Skip to content

Commit

Permalink
CI: reduce cuda versions for pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Feb 7, 2024
1 parent 7d4d4c1 commit 95b1779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
arch: [x86_64, aarch64]
cuda-version: ['11.8.0', '12.1.1']
cuda-version: ${{ startsWith(github.ref, 'refs/tags') && fromJson('["11.8.0","12.1.1"]') || fromJson('["12.1.1"]') }}
build_type: [Release]
exclude:
- os: windows-latest # This probably requires arm64 Windows agents
Expand Down

0 comments on commit 95b1779

Please sign in to comment.