Skip to content

Commit 4d5e89d

Browse files
committed
Better name
1 parent fba9bf7 commit 4d5e89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
test:
19-
name: 'Conda (${{ matrix.os }}, Python ${{ matrix.python }}, editable: ${{ matrix.editable }})'
19+
name: Conda (${{ matrix.os }}, Python ${{ matrix.python }}${{ matrix.editable && ', editable' || '' }})
2020
runs-on: ${{ matrix.os }}-latest
2121

2222
strategy:

0 commit comments

Comments
 (0)