We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e9683 commit c8061a3Copy full SHA for c8061a3
1 file changed
.github/workflows/H-Coverage.yml
@@ -496,7 +496,7 @@ jobs:
496
steps:
497
- name: Determine the runner
498
run: |
499
- gpu_id=$(( $(echo $PWD | awk -F'/' '{print $3}' | awk -F'-' '{print $2}') + 3 ))
+ gpu_id=$(( $(echo $PWD | awk -F'/' '{print $3}' | awk -F'-' '{print $2}') - 1 ))
500
echo GPU_DEVICES="$gpu_id" >> $GITHUB_ENV
501
502
- name: Check docker image and run container
0 commit comments