We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ab052 commit 15f7060Copy full SHA for 15f7060
1 file changed
.github/workflows/ci.yml
@@ -72,6 +72,13 @@ jobs:
72
fail_ci_if_error: false
73
token: ${{ secrets.CODECOV_TOKEN }}
74
75
+ - name: Install vLLM Rust frontend
76
+ if: matrix.os == 'macos-26' && matrix.python-version == '3.12'
77
+ shell: bash
78
+ run: |
79
+ ./build_rust.sh --debug
80
+ command -v vllm-rs
81
+
82
- name: Run E2E tests (macOS only)
83
if: matrix.os == 'macos-26' && matrix.python-version == '3.12'
84
shell: bash
0 commit comments