Skip to content

Commit

Permalink
Update jobnames
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Feb 22, 2023
1 parent 8113cdc commit d49fdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
name: (${{ matrix.os }}, Py${{ matrix.python-version }}, sk${{ matrix.scikit-learn }})
name: (${{ matrix.os }}, Py${{ matrix.python-version }}, sk${{ matrix.scikit-learn }}, sk-only${{ matrix.sklearn-only }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit d49fdc6

Please sign in to comment.