Skip to content

Commit 2a7b2a1

Browse files
committed
Shorter names
1 parent 8767ac3 commit 2a7b2a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838

3939
pytest:
4040
name: >
41-
Python ${{ matrix.python-version }}
42-
${{ format('(pandas {0})', matrix.pandas-version) }}
43-
${{ format('(numpy {0})', matrix.numpy-version) }}
41+
${{ matrix.python-version }}
42+
${{ matrix.pandas-version != 'latest' && format('(pandas {0})', matrix.pandas-version) }}
43+
${{ matrix.numpy-version != 'latest' && format('(numpy {0})', matrix.numpy-version) }}
4444
${{ matrix.polars && '(polars)' }}
4545
${{ matrix.modin && '(modin)' }}
46-
${{ matrix.uninstall_narwhals && '(Uninstall narwhals)' }}
47-
${{ matrix.uninstall_jinja2 && '(Uninstall jinja2)' }}
46+
${{ matrix.uninstall_narwhals && '(without narwhals)' }}
47+
${{ matrix.uninstall_jinja2 && '(without jinja2)' }}
4848
strategy:
4949
fail-fast: false
5050
matrix:

0 commit comments

Comments
 (0)