Skip to content

Commit c8061a3

Browse files
authored
1 parent 09e9683 commit c8061a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/H-Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ jobs:
496496
steps:
497497
- name: Determine the runner
498498
run: |
499-
gpu_id=$(( $(echo $PWD | awk -F'/' '{print $3}' | awk -F'-' '{print $2}') + 3 ))
499+
gpu_id=$(( $(echo $PWD | awk -F'/' '{print $3}' | awk -F'-' '{print $2}') - 1 ))
500500
echo GPU_DEVICES="$gpu_id" >> $GITHUB_ENV
501501
502502
- name: Check docker image and run container

0 commit comments

Comments
 (0)