Skip to content

Commit c15c740

Browse files
Update tests.yml
1 parent 729d296 commit c15c740

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
torch_version: [
19-
# "2.0.1",
20-
# "2.1.2",
21-
# "2.2.2",
22-
"2.3.1",
23-
"2.4.1"
19+
"2.4.1",
20+
"2.5.0"
2421
]
2522
python_version:
26-
["3.8", "3.9", "3.10", "3.11", "3.12"]
23+
["3.9", "3.10", "3.11", "3.12"]
2724

2825
steps:
2926
- name: Checkout repo
@@ -67,10 +64,10 @@ jobs:
6764
build_os: ubuntu
6865
build_arch: x86_64
6966
cuda_version: ${{ matrix.cuda_version }}
70-
cuda_targets: "75;80"
67+
cuda_targets: "75"
7168
- name: Upload build artifact
7269
uses: actions/upload-artifact@v4
7370
with:
7471
name: shared_cuda${{ matrix.cuda_version }}
75-
path: output/*
72+
path: output/${{ env.build_os }}/${{ env.build_arch }}
7673
retention-days: 7

0 commit comments

Comments
 (0)