Skip to content

Commit 882eaa2

Browse files
committed
add python version to test name
1 parent 8ef5a7c commit 882eaa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
python -m pytest src/hyperactive -p no:warnings
8787
8888
test-sklearn-versions:
89-
name: test-sklearn-${{ matrix.sklearn-version }}
89+
name: test-sklearn-${{ matrix.sklearn-version }} python-${{ matrix.python-version }}
9090
runs-on: ubuntu-latest
9191

9292
strategy:

0 commit comments

Comments
 (0)