Skip to content

Commit 096076b

Browse files
committed
Update build actions
1 parent 0f4a9f0 commit 096076b

File tree

2 files changed

+66
-67
lines changed

2 files changed

+66
-67
lines changed

.github/workflows/build-wheels-release-rocm62.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- { artname: 'wheel', os: ubuntu-20.04-l, pyver: '3.10', cuda: '', rocm: '6.2', torch: '2.5.0', cudaarch: '' }
2727
- { artname: 'wheel', os: ubuntu-20.04-l, pyver: '3.11', cuda: '', rocm: '6.2', torch: '2.5.0', cudaarch: '' }
2828
- { artname: 'wheel', os: ubuntu-20.04-l, pyver: '3.12', cuda: '', rocm: '6.2', torch: '2.5.0', cudaarch: '' }
29-
- { artname: 'wheel', os: ubuntu-20.04-l, pyver: '3.13', cuda: '', rocm: '6.2', torch: '2.5.0', cudaarch: '' }
3029

3130
# ROCm 6.2.4
3231
- { artname: 'wheel', os: ubuntu-20.04-l, pyver: '3.10', cuda: '', rocm: '6.2.4', torch: '2.6.0', cudaarch: '' }
@@ -58,7 +57,7 @@ jobs:
5857

5958
- uses: actions/checkout@v4
6059

61-
- uses: actions/setup-python@v3
60+
- uses: actions/setup-python@v5.4.0
6261
with:
6362
python-version: ${{ matrix.pyver }}
6463

0 commit comments

Comments
 (0)