Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Add minor versions for cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 committed Feb 16, 2024
1 parent 9fc63a4 commit 48fefc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_cuda_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python: ["3.9", "3.10", "3.11"]
cuda: ["11", "12"]
cuda: ["11.8", "12.1"]
version: ["cuda"]
dependencies: ["base"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_cuda_latest_scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python: ["3.9", "3.10", "3.11"]
cuda: ["11", "12"]
cuda: ["11.8", "12.1"]
version: ["latest"]
dependencies: ["", "dev", "tutorials"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_cuda_manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
python: ["3.9", "3.10", "3.11"]
cuda: ["11", "12"]
cuda: ["11.8", "12.1"]

uses: ./.github/workflows/linux_cuda.yaml
with:
Expand Down

0 comments on commit 48fefc0

Please sign in to comment.