Skip to content

Commit 7f5d40e

Browse files
authored
Merge pull request #506 from bnavigator/github-action-names
Add names for conda-based pytest jobs
2 parents 1e6da71 + e0127c6 commit 7f5d40e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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