We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227e094 commit 3a8c97cCopy full SHA for 3a8c97c
.github/workflows/continuous-integration.yml
@@ -37,6 +37,14 @@ jobs:
37
uses: github/codeql-action/analyze@v3
38
39
pytest:
40
+ name: >
41
+ Python ${{ matrix.python-version }}
42
+ ${{ format('(pandas {0})', matrix.pandas-version) }}
43
+ ${{ format('(numpy {0})', matrix.numpy-version) }}
44
+ ${{ matrix.polars && '(polars)' }}
45
+ ${{ matrix.modin && '(modin)' }}
46
+ ${{ matrix.uninstall_narwhals && '(Uninstall narwhals)' }}
47
+ ${{ matrix.uninstall_jinja2 && '(Uninstall jinja2)' }}
48
strategy:
49
fail-fast: false
50
matrix:
0 commit comments