Skip to content

Commit e0127c6

Browse files
committed
add names for conda-based pytest jobs
1 parent 1e6da71 commit e0127c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test-linux:
7+
name: Python ${{ matrix.python-version }}${{ matrix.slycot && format(' with Slycot from {0}', matrix.slycot) || ' without Slycot' }}${{ matrix.array-and-matrix == 1 && ', array and matrix' || '' }}
78
runs-on: ubuntu-latest
89

910
strategy:

0 commit comments

Comments
 (0)