We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb237fe commit 169bd20Copy full SHA for 169bd20
.github/workflows/main.yml
@@ -68,7 +68,7 @@ jobs:
68
path: ./dist-wheel-${{ matrix.os }}/*.whl
69
70
build_sdist:
71
- name: sdist on ${{ matrix.os }} with py ${{ matrix.ver.py }} numpy${{ matrix.ver.np }}
+ name: sdist on ${{ matrix.os }} with py==${{ matrix.ver.py }} numpy${{ matrix.ver.np }} scipy${{ matrix.ver.sp }} sklearn${{ matrix.ver.sk }}
72
runs-on: ${{ matrix.os }}
73
strategy:
74
fail-fast: false
0 commit comments