Skip to content

Commit 771597c

Browse files
committed
downgrade retry action for gpu tests
1 parent 8db318b commit 771597c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Run GPU Unit Tests
123123
continue-on-error: false
124-
uses: nick-fields/retry@v3
124+
uses: nick-fields/retry@2.9.0
125125
with:
126126
max_attempts: 5
127127
timeout_minutes: 25

0 commit comments

Comments
 (0)