Skip to content

Commit

Permalink
Compress naming of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 3, 2022
1 parent 191b774 commit 3a5dd8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ jobs:
python-version: '3.8'
julia-version: '1'
fail-fast: false
name: Test ${{ matrix.os }} ${{ matrix.architecture }}
Python ${{ matrix.python-version }}
Julia ${{ matrix.julia-version }}
name: Test
py${{ matrix.python-version }}
jl${{ matrix.julia-version }}
${{ matrix.os }} ${{ matrix.architecture }}
steps:
- uses: actions/checkout@v1
- name: Setup python
Expand Down

0 comments on commit 3a5dd8c

Please sign in to comment.