We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e60689 commit 8636a01Copy full SHA for 8636a01
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ concurrency:
20
cancel-in-progress: true
21
jobs:
22
tests:
23
- name: ${{ (matrix.codecov == 'true' && 'Codecov') || (matrix.codspeed == 'true' && 'CodSpeed') || format('Test Python {0} on {1}{2}', matrix.python_version, matrix.os, (matrix.dependencies == 'min' || matrix.dependencies == 'max') && format(' with {0} dependencies', matrix.dependencies) || '') }}
+ name: ${{ (matrix.codecov == 'true' && 'Codecov') || (matrix.codspeed == 'true' && 'CodSpeed') || format('Test Python {0} {1}', matrix.python_version, ((matrix.dependencies == 'min' || matrix.dependencies == 'max') && format('{0} dependencies', matrix.dependencies)) || (matrix.os || 'ubuntu-latest')) }}
24
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
25
env:
26
PYTHONIOENCODING: utf-8
0 commit comments