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 9851b8e commit f9045e7Copy full SHA for f9045e7
.github/workflows/ci.yml
@@ -62,6 +62,7 @@ jobs:
62
strategy:
63
matrix:
64
include: ${{ fromJSON(needs.get_nox_data.outputs.tests_matrix) }}
65
+ name: ${{ matrix.os }}, python ${{ matrix.python-version }}, tox ${{ matrix.tox-version }}
66
67
steps:
68
- uses: actions/checkout@v4
0 commit comments