Skip to content

Commit 169bd20

Browse files
committed
CI better job name
1 parent cb237fe commit 169bd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
path: ./dist-wheel-${{ matrix.os }}/*.whl
6969

7070
build_sdist:
71-
name: sdist on ${{ matrix.os }} with py ${{ matrix.ver.py }} numpy${{ matrix.ver.np }}
71+
name: sdist on ${{ matrix.os }} with py==${{ matrix.ver.py }} numpy${{ matrix.ver.np }} scipy${{ matrix.ver.sp }} sklearn${{ matrix.ver.sk }}
7272
runs-on: ${{ matrix.os }}
7373
strategy:
7474
fail-fast: false

0 commit comments

Comments
 (0)