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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
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)