Skip to content

Commit

Permalink
Name the various test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Dec 15, 2024
1 parent 227e094 commit 3a8c97c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ jobs:
uses: github/codeql-action/analyze@v3

pytest:
name: >
Python ${{ matrix.python-version }}
${{ format('(pandas {0})', matrix.pandas-version) }}
${{ format('(numpy {0})', matrix.numpy-version) }}
${{ matrix.polars && '(polars)' }}
${{ matrix.modin && '(modin)' }}
${{ matrix.uninstall_narwhals && '(Uninstall narwhals)' }}
${{ matrix.uninstall_jinja2 && '(Uninstall jinja2)' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3a8c97c

Please sign in to comment.