Skip to content

Commit bd54c08

Browse files
committed
Fix formatting.
1 parent 3b77571 commit bd54c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
jobs:
3232
build:
3333
name: ${{ matrix.name }}
34-
runs-on: ${{ matrix.tags }}
34+
runs-on: ${{ fromJSON('["' + join(matrix.tags, '","') + '"]') }}
3535

3636
# Job-level env (includes per-runner image/container tags)
3737
env:

0 commit comments

Comments
 (0)