Skip to content

Commit ae107ab

Browse files
committed
Bump TheRock version to enable hip-tests execution
1 parent 95db323 commit ae107ab

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/therock-ci-linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
project_to_test:
99
type: string
1010

11-
1211
permissions:
1312
contents: read
1413

@@ -38,7 +37,7 @@ jobs:
3837
with:
3938
repository: "ROCm/TheRock"
4039
path: "TheRock"
41-
ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit
40+
ref: f5524a6ddbd928ec9a036002fdd8531c1a6f5eb2 # 2026-01-13 commit
4241

4342
- name: Install python deps
4443
run: |

.github/workflows/therock-ci-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
with:
4040
repository: "ROCm/TheRock"
4141
path: "TheRock"
42-
ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit
42+
ref: f5524a6ddbd928ec9a036002fdd8531c1a6f5eb2 # 2026-01-13 commit
4343

4444
- name: Set up Python
4545
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4646
with:
47-
python-version: '3.12'
47+
python-version: "3.12"
4848

4949
- name: Install python deps
5050
run: |
@@ -70,7 +70,7 @@ jobs:
7070
7171
- uses: iterative/setup-dvc@4bdfd2b0f6f1ad7e08afadb03b1a895c352a5239 # v2.0.0
7272
with:
73-
version: '3.62.0'
73+
version: "3.62.0"
7474

7575
# After other installs, so MSVC get priority in the PATH.
7676
- name: Configure MSVC

0 commit comments

Comments
 (0)