We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e6da71 + e0127c6 commit 7f5d40eCopy full SHA for 7f5d40e
.github/workflows/python-package-conda.yml
@@ -4,6 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
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' || '' }}
8
runs-on: ubuntu-latest
9
10
strategy:
0 commit comments