File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments