We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9946334 commit 9e68a02Copy full SHA for 9e68a02
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
julia:
15
- name: Test (${{ matrix.os }}, julia ${{ matrix.jlversion }})
+ name: Test Julia (${{ matrix.jlversion }} on ${{ matrix.os }})
16
runs-on: ${{ matrix.os }}
17
strategy:
18
fail-fast: false
@@ -50,7 +50,7 @@ jobs:
50
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
51
52
python:
53
- name: Test (${{ matrix.os }}, python ${{ matrix.pyversion }})
+ name: Test Python (${{ matrix.pyversion }} on ${{ matrix.os }})
54
55
56
0 commit comments