Skip to content

Commit 45e62e5

Browse files
committed
change name of workflow to reflect python version and os in matrix
1 parent 58129cd commit 45e62e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
miniconda:
13-
name: Miniconda ${{ matrix.os }}
13+
name: Python ${{ matrix.python-version }}, OS ${{ matrix.os }}
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:

0 commit comments

Comments
 (0)