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 3500e5c commit e765ddfCopy full SHA for e765ddf
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: pixi run -e lint pylint
39
40
checks:
41
- name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
+ name: Check ${{ matrix.environment }}
42
runs-on: ${{ matrix.runs-on }}
43
needs: [pre-commit-and-lint]
44
strategy:
0 commit comments