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 b5749e1 commit a7cf381Copy full SHA for a7cf381
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
julia:
15
- name: test-${{ matrix.test-type }}-${{ matrix.os }}-jl${{ matrix.jlversion }}
+ name: julia-${{ matrix.test-type }}-${{ matrix.os }}-jl${{ matrix.jlversion }}
16
runs-on: ${{ matrix.os }}
17
strategy:
18
fail-fast: true
@@ -53,7 +53,7 @@ jobs:
53
env:
54
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
55
python:
56
- name: test-${{ matrix.test-type }}-${{ matrix.os }}-py${{ matrix.pyversion }}
+ name: python-${{ matrix.test-type }}-${{ matrix.os }}-py${{ matrix.pyversion }}
57
58
59
0 commit comments