Skip to content

Commit 3a5dd8c

Browse files
committed
Compress naming of jobs
1 parent 191b774 commit 3a5dd8c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
python-version: '3.8'
5656
julia-version: '1'
5757
fail-fast: false
58-
name: Test ${{ matrix.os }} ${{ matrix.architecture }}
59-
Python ${{ matrix.python-version }}
60-
Julia ${{ matrix.julia-version }}
58+
name: Test
59+
py${{ matrix.python-version }}
60+
jl${{ matrix.julia-version }}
61+
${{ matrix.os }} ${{ matrix.architecture }}
6162
steps:
6263
- uses: actions/checkout@v1
6364
- name: Setup python

0 commit comments

Comments
 (0)