We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ad649 commit 06a66b1Copy full SHA for 06a66b1
.github/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
62
run: uv run mypy src/promptfoo/
63
64
test:
65
- name: Test Python ${{ matrix.python-version }}
+ name: Test (py${{ matrix.python-version }}, ${{ matrix.os }})
66
runs-on: ${{ matrix.os }}
67
timeout-minutes: 15
68
strategy:
@@ -101,7 +101,7 @@ jobs:
101
run: uv run python -c "from promptfoo.cli import check_node_installed, check_npx_installed; assert check_node_installed(); assert check_npx_installed()"
102
103
test-npx-fallback:
104
- name: Test npx fallback on ${{ matrix.os }}
+ name: Test npx fallback (py${{ matrix.python-version }}, ${{ matrix.os }})
105
106
107
0 commit comments